mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-19 07:17:11 +09:00
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:
committed by
Zachary Yedidia
parent
922baa930d
commit
1522b24803
@@ -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 "<[^> ]+"
|
||||
|
||||
Reference in New Issue
Block a user