mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 22:27:13 +09:00
Add default colorscheme (based on solarized) and colorscheme support
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
##
|
||||
syntax "TeX" "\.tex$" "bib" "\.bib$" "cls" "\.cls$"
|
||||
color yellow "\$[^$]*\$"
|
||||
green (i) "\\.|\\[A-Z]*"
|
||||
color green (i) "\\.|\\[A-Z]*"
|
||||
color magenta "[{}]"
|
||||
color blue "%.*"
|
||||
color blue (s) "\\begin\{comment\}.*?\\end\{comment\}"
|
||||
color blue (s) "\\begin\{brightblack\}.*?\\end\{brightblack\}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user