Okay. Bugfix with syntax :P (#339)

* Now it can install micro into /usr/bin (make-build only, unix-only)

* Fixed Syntax Bugging

* Update xml.micro

* Revert Makefile change

* Update xml.micro
This commit is contained in:
Nickolay
2016-09-10 16:18:14 +03:00
committed by Zachary Yedidia
parent 922baa930d
commit 1522b24803

View File

@@ -1,7 +1,7 @@
## Here is an example for xml files.
##
syntax "xml" "\.([jrs]?html?|xml|sgml?|rng|plist)$"
syntax "xml" "\.(xml|sgml?|rng|plist)$"
color white "^.+$"
color green start="<" end=">"
color cyan "<[^> ]+"