mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-28 01:54:42 +00: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:
parent
922baa930d
commit
1522b24803
1 changed files with 1 additions and 1 deletions
|
|
@ -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 "<[^> ]+"
|
||||
|
|
|
|||
Loading…
Reference in a new issue