Use font-lock-number-face for numeric values in csharp-mode
(bug#60004) * lisp/progmodes/csharp-mode.el: update fontification code.
This commit is contained in:
parent
4bccb7b211
commit
0f9e6532b1
1 changed files with 2 additions and 2 deletions
|
@ -709,8 +709,8 @@ compilation and evaluation time conflicts."
|
|||
:language 'c-sharp
|
||||
:override t
|
||||
:feature 'literal
|
||||
`((integer_literal) @font-lock-constant-face
|
||||
(real_literal) @font-lock-constant-face
|
||||
`((integer_literal) @font-lock-number-face
|
||||
(real_literal) @font-lock-number-face
|
||||
(null_literal) @font-lock-constant-face
|
||||
(boolean_literal) @font-lock-constant-face)
|
||||
:language 'c-sharp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue