<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/etc/vim/syntax/rust.vim, branch 0.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=0.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=0.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2012-03-25T20:26:48+00:00</updated>
<entry>
<title>Fixed vim highlighting for \' (and other) escapes in char literals</title>
<updated>2012-03-25T20:26:48+00:00</updated>
<author>
<name>Jacob Parker</name>
<email>j3parker@csclub.uwaterloo.ca</email>
</author>
<published>2012-03-25T20:26:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f5c91d10dde732c56ed08244e3326c9f1a2ebc30'/>
<id>urn:sha1:f5c91d10dde732c56ed08244e3326c9f1a2ebc30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add loop to the vim keyword list.</title>
<updated>2012-03-16T16:05:29+00:00</updated>
<author>
<name>Erick Tryzelaar</name>
<email>erick.tryzelaar@gmail.com</email>
</author>
<published>2012-03-14T02:29:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=da91b603431ca84ed262119949899efc4e894e11'/>
<id>urn:sha1:da91b603431ca84ed262119949899efc4e894e11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vim: add "to" as a keyword.</title>
<updated>2012-02-29T02:00:50+00:00</updated>
<author>
<name>Erick Tryzelaar</name>
<email>erick.tryzelaar@gmail.com</email>
</author>
<published>2012-02-21T15:31:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b9948baf787e346e1684f530031adabb0c2a8532'/>
<id>urn:sha1:b9948baf787e346e1684f530031adabb0c2a8532</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vim: block is no longer a keyword.</title>
<updated>2012-02-06T03:42:56+00:00</updated>
<author>
<name>Erick Tryzelaar</name>
<email>erick.tryzelaar@gmail.com</email>
</author>
<published>2012-02-01T15:45:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1a7aa20eabf1ce6fac5e4337776dac8744e20a63'/>
<id>urn:sha1:1a7aa20eabf1ce6fac5e4337776dac8744e20a63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the keyword lists in rust.md and syntax.vim</title>
<updated>2012-01-21T00:08:51+00:00</updated>
<author>
<name>Matt Brubeck</name>
<email>mbrubeck@cs.hmc.edu</email>
</author>
<published>2012-01-21T00:08:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=155601eefe58362a2958a66318e97f7776e77b1d'/>
<id>urn:sha1:155601eefe58362a2958a66318e97f7776e77b1d</id>
<content type='text'>
Add new keywords "enum" and "of", and remove old keywords "auth", "chan",
"log_err", "tag", and "task".

Also add reserved words to the syntax file, to help Vim users avoid using them
as identifiers.
</content>
</entry>
<entry>
<title>Update vim syntax with new keywords</title>
<updated>2012-01-14T15:11:33+00:00</updated>
<author>
<name>Grahame Bowland</name>
<email>grahame@angrygoats.net</email>
</author>
<published>2012-01-14T15:11:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2b5bd7cd6dc3ddf5cb22b6d98d04c28f72d5e125'/>
<id>urn:sha1:2b5bd7cd6dc3ddf5cb22b6d98d04c28f72d5e125</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vim comment highlighting can contain comments.</title>
<updated>2011-12-19T15:27:17+00:00</updated>
<author>
<name>Erick Tryzelaar</name>
<email>erick.tryzelaar@gmail.com</email>
</author>
<published>2011-12-15T19:20:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f9df32adac8568cf021f6645c41d6d9a20824b63'/>
<id>urn:sha1:f9df32adac8568cf021f6645c41d6d9a20824b63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update keyword list in vim/syntax/rust.vim</title>
<updated>2011-10-30T03:50:17+00:00</updated>
<author>
<name>Matt Brubeck</name>
<email>mbrubeck@limpet.net</email>
</author>
<published>2011-10-30T03:33:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0bf10d84e2ec78c129f3fd04ed080d2d2038680f'/>
<id>urn:sha1:0bf10d84e2ec78c129f3fd04ed080d2d2038680f</id>
<content type='text'>
Removed: iter, each, put, macro, meta, syntax, port, spawn
Added: block, copy
</content>
</entry>
<entry>
<title>vim: Add `pure` to the list of keywords</title>
<updated>2011-09-30T01:18:37+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2011-09-30T01:18:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3be6cf7ab24ec496443a6fa4cb14cd463cf2f587'/>
<id>urn:sha1:3be6cf7ab24ec496443a6fa4cb14cd463cf2f587</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vim: `const` is a keyword</title>
<updated>2011-09-28T19:40:34+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2011-09-28T19:40:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5fac684af87e2e9064bb561340a7fa7aadcb21ff'/>
<id>urn:sha1:5fac684af87e2e9064bb561340a7fa7aadcb21ff</id>
<content type='text'>
</content>
</entry>
</feed>
