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:
Thomas Teixeira
2024-07-31 09:31:43 +02:00
parent 5706338b69
commit 8f9e5af32d

View File

@@ -67,10 +67,6 @@ highlight link gleamOperator Operator
syntax match gleamOperator "\.\.\|<>\||"
highlight link gleamOperator Operator
" Values
syntax keyword gleamValues True False Nil
highlight def link gleamValues Boolean
" Type
syntax match gleamType "\<[A-Z][a-zA-Z0-9]*\>"
highlight link gleamType Identifier