mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
First nanorc commit.
This commit is contained in:
commit
2d2bb4ba12
24 changed files with 508 additions and 0 deletions
11
xml.nanorc
Normal file
11
xml.nanorc
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
## Here is an example for xml files.
|
||||
##
|
||||
|
||||
syntax "ml" ".*\.([jrs]?html?|xml|sgml?)$"
|
||||
color white "^.+$"
|
||||
color green start="<" end=">"
|
||||
color cyan "<[^> ]+"
|
||||
color cyan ">"
|
||||
color yellow start="<!DOCTYPE" end="[/]?>"
|
||||
color yellow start="<!--" end="-->"
|
||||
color red "&[^;]*;"
|
||||
Loading…
Add table
Add a link
Reference in a new issue