mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-09 16:40:22 +09:00
Make zenburn the default colorscheme
This commit also adds better support for constant.number in the syntax files.
This commit is contained in:
@@ -30,7 +30,7 @@ color statement "[.:;,+*|=!\%@]" "<" ">" "/" "-" "&"
|
||||
color statement "[(){}]" "\[" "\]"
|
||||
|
||||
## numbers
|
||||
color constant "\b[0-9]+\b"
|
||||
color constant.number "\b[0-9]+\b"
|
||||
|
||||
## strings
|
||||
color constant.string ""(\\.|[^"])*"|'(\\.|[^'])*'"
|
||||
|
||||
Reference in New Issue
Block a user