mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-24 17:50:15 +09:00
Update syntax files
This commit is contained in:
@@ -29,11 +29,11 @@ color statement "[.:;,+*|=!\%]" "<" ">" "/" "-" "&"
|
||||
color constant ""(\\.|[^"])*""
|
||||
##
|
||||
## This string is VERY resource intensive!
|
||||
#color cyan (s) ""(\\.|[^"])*\\[[:space:]]*$.*?^(\\.|[^"])*""
|
||||
#color cyan start=""(\\.|[^"])*\\[[:space:]]*$" end="^(\\.|[^"])*""
|
||||
|
||||
## Comment highlighting
|
||||
color comment "//.*"
|
||||
color comment (s) "/\*.*?\*/"
|
||||
color comment start="/\*" end="\*/"
|
||||
|
||||
## Trailing whitespace
|
||||
#color ,green "[[:space:]]+$"
|
||||
|
||||
Reference in New Issue
Block a user