* syntax/sql.syntax: Only recognize non-standard MySQL comments

at the beginning of string.
This commit is contained in:
Pavel Roskin 2002-09-19 13:23:56 +00:00
parent 0dc81952d7
commit 542d4b681a

View File

@ -477,9 +477,11 @@ context default
keyword , brightcyan/14
keyword ; brightcyan/14
context # \n brown/22
# MySQL comment
context linestart # \n brown/22
spellcheck
# ANSI SQL comment
context exclusive -- \n brown/22
spellcheck