mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-10 14:42:47 +09:00
Add syntax flags and fix a couple highlighting bugs
This commit is contained in:
@@ -7,6 +7,7 @@ color cyan "\b(abstract|class|extends|final|implements|import|instanceof|interfa
|
||||
color red ""[^"]*""
|
||||
color yellow "\b(true|false|null)\b"
|
||||
color blue "//.*"
|
||||
color blue "(?s)/\*.*?\*/"
|
||||
color brightblue "(?s)/\*\*.*?\*/"
|
||||
color blue (s) "/\*.*?\*/"
|
||||
color brightblue (s) "/\*\*.*?\*/"
|
||||
color ,green "[[:space:]]+$"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user