<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/etc/vim/syntax/rust.vim, branch 0.3</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=0.3</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=0.3'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2012-07-07T02:30:50+00:00</updated>
<entry>
<title>vim: hilight option, either, libc types+constants</title>
<updated>2012-07-07T02:30:50+00:00</updated>
<author>
<name>Ben Blum</name>
<email>bblum@andrew.cmu.edu</email>
</author>
<published>2012-07-07T02:15:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f9cb04f6fa6c23e98322d2aef5e704bfdbcacb7b'/>
<id>urn:sha1:f9cb04f6fa6c23e98322d2aef5e704bfdbcacb7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vim: add 'new' keyword</title>
<updated>2012-07-03T22:39:58+00:00</updated>
<author>
<name>Ben Blum</name>
<email>bblum@andrew.cmu.edu</email>
</author>
<published>2012-07-03T22:38:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=efb3227fb341f91040f408af40e5b95de285944b'/>
<id>urn:sha1:efb3227fb341f91040f408af40e5b95de285944b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vim syntax: add drop &amp; rustString contains rustTodo</title>
<updated>2012-07-02T22:00:43+00:00</updated>
<author>
<name>Ben Blum</name>
<email>bblum@andrew.cmu.edu</email>
</author>
<published>2012-07-02T22:00:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=67b9d82847ad8032c6ffbee3055e8960436e0520'/>
<id>urn:sha1:67b9d82847ad8032c6ffbee3055e8960436e0520</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vim syntax: don't hilight foo::&lt;T&gt;() like a module</title>
<updated>2012-07-02T20:03:44+00:00</updated>
<author>
<name>Ben Blum</name>
<email>bblum@andrew.cmu.edu</email>
</author>
<published>2012-07-02T19:48:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=510af4dadbb33997bab589740ca111cb2a9a7f99'/>
<id>urn:sha1:510af4dadbb33997bab589740ca111cb2a9a7f99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>minor updates to vim config files</title>
<updated>2012-07-02T19:48:59+00:00</updated>
<author>
<name>Ben Blum</name>
<email>bblum@andrew.cmu.edu</email>
</author>
<published>2012-06-30T04:19:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dc93814bf94ff3f1444b66a5d20b2776e5c11bfa'/>
<id>urn:sha1:dc93814bf94ff3f1444b66a5d20b2776e5c11bfa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Treat "do" as a keyword in vim</title>
<updated>2012-07-02T16:06:30+00:00</updated>
<author>
<name>Erick Tryzelaar</name>
<email>erick.tryzelaar@gmail.com</email>
</author>
<published>2012-07-02T16:06:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c74b3fd634754be7c151bfc1fb8ff515b69b0f9a'/>
<id>urn:sha1:c74b3fd634754be7c151bfc1fb8ff515b69b0f9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Properly highlight nested comments in vim</title>
<updated>2012-06-30T21:17:17+00:00</updated>
<author>
<name>Ben Striegel</name>
<email>ben.striegel@gmail.com</email>
</author>
<published>2012-06-29T02:02:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ba6f71f1b82abf161961ad4a75a2c0e66274392f'/>
<id>urn:sha1:ba6f71f1b82abf161961ad4a75a2c0e66274392f</id>
<content type='text'>
Prior to this commit, every block comment /* */ required two closing tags for
every opening tag in order to terminate the highlighting. Setting and testing
for a variable was the culprit, though I'm not certain why, but they appear to
just be boilerplate lines from whatever pcwalton based this file upon. I've
looked at other officially-distributed vim highlighting files and none seem to
do the test that this commit removes, so I'm fairly certain it didn't provide
anything vital. And now comment highlighting works!
</content>
</entry>
<entry>
<title>update rust.vim to hilight foo::bar and more</title>
<updated>2012-06-29T01:11:54+00:00</updated>
<author>
<name>Ben Blum</name>
<email>bblum@andrew.cmu.edu</email>
</author>
<published>2012-06-29T01:11:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d7823de5e2bfc749c2fb4fcfe4d65d54b28e3a92'/>
<id>urn:sha1:d7823de5e2bfc749c2fb4fcfe4d65d54b28e3a92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update vim mode for asserts and #[attributes]</title>
<updated>2012-06-28T22:11:54+00:00</updated>
<author>
<name>Ben Blum</name>
<email>bblum@andrew.cmu.edu</email>
</author>
<published>2012-06-28T22:11:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=571d866c0d57ace7d9f9fd8ec04ae4be4009c76c'/>
<id>urn:sha1:571d866c0d57ace7d9f9fd8ec04ae4be4009c76c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More keyword paring and migration in runtime, docs, code modes.</title>
<updated>2012-06-27T20:30:49+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-06-27T20:14:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d3c6119a7a68732ff95efdec356ac7abb0f6f6f4'/>
<id>urn:sha1:d3c6119a7a68732ff95efdec356ac7abb0f6f6f4</id>
<content type='text'>
</content>
</entry>
</feed>
