mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 14:22:42 +09:00
Add cross-compilation script
This commit is contained in:
10
runtime/syntax/xresources.micro
Normal file
10
runtime/syntax/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