* assembler.syntax: Assembler files may contain comments, too.

This commit is contained in:
Roland Illig 2005-09-05 02:07:43 +00:00
parent fed479813e
commit 2058b40348
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-09-05 Roland Illig <roland.illig@gmx.de>
* assembler.syntax: Assembler files may contain comments, too.
2005-08-21 Roland Illig <roland.illig@gmx.de>
* lisp.syntax: Recognize the character sequences \" and \\ in

View File

@ -304,6 +304,9 @@ context default lightgray
# Common symbols
keyword ; brown
keyword ! brown
keyword /\* brown
keyword \*/ brown
keyword [ white
keyword ] white
keyword , white
@ -333,3 +336,9 @@ context " " green
context ' ' brightgreen
context exclusive ; \n brown
spellcheck
context exclusive /\* \*/ brown
spellcheck
context exclusive ! \n brown
spellcheck