* assembler.syntax: Assembler files may contain comments, too.
Этот коммит содержится в:
родитель
fed479813e
Коммит
2058b40348
@ -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
|
||||
|
@ -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
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user