mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 09:50:04 -04:00
fix(gleam): remove incorrect builtin highlight (#6757)
This commit is contained in:
parent
f7edd3f5f6
commit
09953e394b
3 changed files with 10 additions and 13 deletions
|
|
@ -147,9 +147,6 @@
|
|||
(type_var)
|
||||
] @type
|
||||
|
||||
((type_identifier) @type.builtin
|
||||
(#any-of? @type.builtin "Int" "Float" "String" "List"))
|
||||
|
||||
; Type Qualifiers
|
||||
[
|
||||
"const"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue