mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
fix(inko): add highlight for boolean patterns (#7050)
This commit is contained in:
parent
63e1337f1b
commit
6d74da7f0a
1 changed files with 2 additions and 0 deletions
|
|
@ -141,6 +141,8 @@
|
||||||
|
|
||||||
(constant_pattern) @constant
|
(constant_pattern) @constant
|
||||||
|
|
||||||
|
(boolean_pattern) @boolean
|
||||||
|
|
||||||
; Types
|
; Types
|
||||||
(generic_type
|
(generic_type
|
||||||
name: _ @type)
|
name: _ @type)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue