mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
* Syntax Files: Detect more files for highlighting
This commit is contained in:
parent
c705a50603
commit
391ed68163
5 changed files with 6 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
## Here is an example for xml files.
|
||||
##
|
||||
|
||||
syntax "XML" ".*\.([jrs]?html?|xml|sgml?|rng)$"
|
||||
syntax "XML" ".*\.([jrs]?html?|xml|sgml?|rng|mei|musicxml)$"
|
||||
color white "^.+$"
|
||||
color green start="<" end=">"
|
||||
color cyan "<[^> ]+"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue