Make zenburn the default colorscheme

This commit also adds better support for constant.number in the
syntax files.
This commit is contained in:
Zachary Yedidia
2016-08-27 17:10:26 -04:00
parent e0074c881c
commit 2de42bcf99
14 changed files with 43 additions and 35 deletions

View File

@@ -5,4 +5,5 @@ color statement "\b([nvxsoilc]?(nore|un)?map|[nvlx]n|[ico]?no|[cilovx][um]|s?un
color statement "\b(snor|nun|nm|set|if|endif|let|unlet)\b"
color statement "[!&=]"
color constant.string ""(\\.|[^"])*"|'(\\.|[^'])*'"
color constant.number "\b[0-9]+\b"
color comment "(^|[[:space:]])\"[^"]*$"