Hi, I tried searching the forum for a similar thread but to no avail. I am writing a syntax highlighting file and want recognise const as keyword. The problem is that things like const: const:a should also be recognised, but not aconstb.
Now, vim already is clear enough to recognise const( and highlights it. Is there a way of add ":" to the list of parentheses so that this goes through? Is there an alternative way of achieving what I need. Thanks in advance for all the help. -- View this message in context: http://old.nabble.com/syntax-highlighting%3A-how-to-skip-%22%3A%22-with-paranthese-tp28253396p28253396.html Sent from the Vim - Dev mailing list archive at Nabble.com. -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php To unsubscribe, reply using "remove me" as the subject.
