replace constant.number with constant.numeric (#2389)

imgbot
ChrHorn 2 years ago committed by GitHub
parent 09a17e4fa3
commit 5ab669f1ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,7 +21,7 @@
(identifier) @variable
(comment) @comment
(null_lit) @constant.builtin
(numeric_lit) @constant.number
(numeric_lit) @constant.numeric
(bool_lit) @constant.builtin.boolean
[

@ -55,9 +55,6 @@ namespace = { fg = 'orangeL' }
'constant.character' = { fg = 'greenS' }
'constant.character.escape' = { fg = 'blueL' }
'constant.numeric' = { fg = 'redH' }
'constant.number' = { bg = 'blueH' }
'constant.number.integer' = { fg = 'orangeS' }
'constant.number.float' = { fg = 'orangeS' }
'string' = { fg = 'greenN' }
'string.regexp' = { fg = 'blueL' }
'string.special' = { fg = 'orangeW' }

Loading…
Cancel
Save