mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-28 22:08:12 +09:00
Add syntax highlighting files
This commit is contained in:
10
syntax_files/xresources.micro
Normal file
10
syntax_files/xresources.micro
Normal file
@@ -0,0 +1,10 @@
|
||||
syntax "Xresources" "X(defaults|resources)$"
|
||||
|
||||
color green "^[[:alnum:]]+\*"
|
||||
color brightyellow "\*[[:alnum:]]+\:"
|
||||
color blue "\b[0-9]+\b"
|
||||
color red "[*:=]"
|
||||
color brightcyan "\b(true|false)\b"
|
||||
color brightblack "(^|[[:space:]])#([^{].*)?$"
|
||||
color ,green "[[:space:]]+$"
|
||||
color ,red " + +| + +"
|
||||
Reference in New Issue
Block a user