This commit is contained in:
Nickolay
2016-08-31 00:08:37 +03:00
parent 94397a90bd
commit 6e63472930
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -81,7 +81,7 @@ color constant.number "\b0x[0-9 a-f A-F]+\b"
## Preprocessor (NASM)
color preproc "%+(\+|\?|\?\?|)[a-z A-Z 0-9]+"
color preproc "%\[.*|[a-z][A-Z]*\]"
color preproc "%\[[. a-z A-Z 0-9]*\]"
## Other
color statement "\b(?i)(segment|\.text|\.data|\.bss)(?-i)\b"