Skip to content

Commit

Permalink
Some minor changes to c and xml
Browse files Browse the repository at this point in the history
  • Loading branch information
scopatz committed Dec 11, 2012
1 parent 495c715 commit 84808a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion c.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ color magenta "[(){}]" "\[" "\]"
color cyan "<[^= ]*>" ""(\\.|[^"])*""
##
## This string is VERY resource intensive!
color cyan start=""(\\.|[^"])*\\[[:space:]]*$" end="^(\\.|[^"])*""
#color cyan start=""(\\.|[^"])*\\[[:space:]]*$" end="^(\\.|[^"])*""

## Comment highlighting
color brightblue "//.*"
Expand Down
2 changes: 1 addition & 1 deletion xml.nanorc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Here is an example for xml files.
##

syntax "ml" ".*\.([jrs]?html?|xml|sgml?)$"
syntax "ml" ".*\.([jrs]?html?|xml|sgml?|rng)$"
color white "^.+$"
color green start="<" end=">"
color cyan "<[^> ]+"
Expand Down

0 comments on commit 84808a0

Please sign in to comment.