mirror of
https://github.com/scopatz/nanorc
synced 2024-11-22 08:35:39 +01:00
Added HTML support
This commit is contained in:
parent
944dc422ab
commit
40e9bbd4d3
@ -18,9 +18,13 @@ color cyan "('[^']*')|(\"[^\"]*\")"
|
||||
# Parenthesis, commas, equals
|
||||
icolor green "\(" "\)" "\," "\="
|
||||
# Comments and spaces
|
||||
color blue "//.*"
|
||||
color blue "\s+(//.*)"
|
||||
color blue start="/\*" end="\*/"
|
||||
color ,green "[[:space:]]+$"
|
||||
# HTML-style conditional comments
|
||||
color brightmagenta "<!--(.*)>"
|
||||
# HTML-style elements
|
||||
color yellow "<([^!].*)>"
|
||||
# Pipes
|
||||
color yellow,magenta "\|"
|
||||
# Doctype
|
||||
|
@ -18,9 +18,13 @@ color cyan "('[^']*')|(\"[^\"]*\")"
|
||||
# Parenthesis, commas, equals
|
||||
icolor green "\(" "\)" "\," "\="
|
||||
# Comments and spaces
|
||||
color blue "//.*"
|
||||
color blue "\s+(//.*)"
|
||||
color blue start="/\*" end="\*/"
|
||||
color ,green "[[:space:]]+$"
|
||||
# HTML-style conditional comments
|
||||
color brightmagenta "<!--(.*)>"
|
||||
# HTML-style elements
|
||||
color yellow "<([^!].*)>"
|
||||
# Pipes
|
||||
color yellow,magenta "\|"
|
||||
# Doctype
|
||||
|
Loading…
Reference in New Issue
Block a user