On Apr 5, 2005, at 16:32, Jeroen van der Ham wrote:
The reason this happens is that all the list of keywords in the syntax file are surrounded by "word seperator" matches ("\<" and "\>"). If you remove them, or perhaps just the one matching end of word, then it would match "keyword{" properly.
No, since “{” is a non-word character, this shouldn't be the problem. I'll take a look at the syntax file later today when I also change the SQL stuff.
Oh, and Mats, really nice work you're doing with the HTML stuff! I don't do much HTML myself, so it's nice with these “best practices” snippets that include the arguments that really should be there :)