mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 06:12:35 +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:
@@ -16,7 +16,7 @@ color statement "(print)"
|
||||
color statement "(init)"
|
||||
|
||||
# Numbers
|
||||
color constant "([0-9]+)"
|
||||
color constant.number "([0-9]+)"
|
||||
|
||||
# Standard Types
|
||||
color type "\ ((U)?Int(8|16|32|64))"
|
||||
|
||||
Reference in New Issue
Block a user