iso-profiles/community/openbox/desktop-overlay/etc/skel/.config/nano/xml.nanorc
2021-10-21 10:59:07 +02:00

14 lines
330 B
Text
Executable file

## Here is an example for xml files.
##
syntax "XML" ".*\.([jrs]?html?|xml|sgml?|rng)$"
color white "^.+$"
color green start="<" end=">"
color cyan "<[^> ]+"
color cyan ">"
color yellow start="<!DOCTYPE" end="[/]?>"
color yellow start="<!--" end="-->"
color red "&[^;]*;"
## Trailing spaces
color ,green "[[:space:]]+$"