fix(gleam): remove incorrect builtin highlight (#6757)

This commit is contained in:
Louis Pilfold 2024-06-17 15:23:06 +01:00 committed by GitHub
parent f7edd3f5f6
commit 09953e394b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 13 deletions

View file

@ -147,9 +147,6 @@
(type_var)
] @type
((type_identifier) @type.builtin
(#any-of? @type.builtin "Int" "Float" "String" "List"))
; Type Qualifiers
[
"const"