mirror of
https://github.com/scopatz/nanorc
synced 2024-11-22 00:25:39 +01:00
Added unbuffered comments
This commit is contained in:
parent
40e9bbd4d3
commit
f9aabf3123
@ -1,4 +1,4 @@
|
||||
syntax "Jade" "\.jade$"
|
||||
syntax "Pug" "\.pug$"
|
||||
# Elements
|
||||
color yellow "^\s*([a-z0-9]+)"
|
||||
# Main elements
|
||||
@ -21,6 +21,8 @@ icolor green "\(" "\)" "\," "\="
|
||||
color blue "\s+(//.*)"
|
||||
color blue start="/\*" end="\*/"
|
||||
color ,green "[[:space:]]+$"
|
||||
# Unbuffered comments
|
||||
color brightblue "\s+(//-.*)"
|
||||
# HTML-style conditional comments
|
||||
color brightmagenta "<!--(.*)>"
|
||||
# HTML-style elements
|
||||
|
@ -21,6 +21,8 @@ icolor green "\(" "\)" "\," "\="
|
||||
color blue "\s+(//.*)"
|
||||
color blue start="/\*" end="\*/"
|
||||
color ,green "[[:space:]]+$"
|
||||
# Unbuffered comments
|
||||
color brightblue "\s+(//-.*)"
|
||||
# HTML-style conditional comments
|
||||
color brightmagenta "<!--(.*)>"
|
||||
# HTML-style elements
|
||||
|
Loading…
Reference in New Issue
Block a user