From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@9fans.net Date: Thu, 3 Dec 2009 12:34:47 +0000 From: weakish Message-ID: <7c65d836-ce83-4fcf-967a-10a1cb2560b9@m33g2000pri.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1 Subject: [9fans] rc.vim rc shell vim syntax file Topicbox-Message-UUID: a6cf8b52-ead5-11e9-9d60-3106f5b1d025 You can get it at vim.org: http://www.vim.org/scripts/script.php?script_id=2880 This vim syntax file is made for the rc for unix port. Though I think it will also be helpful for rc on plan9 since the syntax is quite similar. The bugs of rc on plan9 I can think of: * 'not' in 'if not' won't highlighted * 'else' should not be highlighted * `followded by a word should not be highlighted * minor issues regarding with $^foo and $"foo (maybe) Besides those bugs, it should works fine on a plan9 rc. (I am just guessing since I cannot reach a plan9 system.) And these bugs can be fixed easily by editing a few regex.