mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
Remove incorrect special case
See https://github.com/gleam-lang/vscode-gleam/pull/86#issuecomment-2258635040 > @lpil > Oh, that's a mistake. Nil, True, and False should not get special treatment. I will fix that bug.
This commit is contained in:
@@ -67,10 +67,6 @@ highlight link gleamOperator Operator
|
|||||||
syntax match gleamOperator "\.\.\|<>\||"
|
syntax match gleamOperator "\.\.\|<>\||"
|
||||||
highlight link gleamOperator Operator
|
highlight link gleamOperator Operator
|
||||||
|
|
||||||
" Values
|
|
||||||
syntax keyword gleamValues True False Nil
|
|
||||||
highlight def link gleamValues Boolean
|
|
||||||
|
|
||||||
" Type
|
" Type
|
||||||
syntax match gleamType "\<[A-Z][a-zA-Z0-9]*\>"
|
syntax match gleamType "\<[A-Z][a-zA-Z0-9]*\>"
|
||||||
highlight link gleamType Identifier
|
highlight link gleamType Identifier
|
||||||
|
|||||||
Reference in New Issue
Block a user