mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -04:00
fix: character_literal is no longer unsupported :)
This commit is contained in:
parent
1735990aa9
commit
d13a0d563b
1 changed files with 0 additions and 1 deletions
|
|
@ -93,7 +93,6 @@
|
||||||
|
|
||||||
(boolean_literal) @boolean
|
(boolean_literal) @boolean
|
||||||
|
|
||||||
; unsupported
|
|
||||||
(character_literal) @character
|
(character_literal) @character
|
||||||
|
|
||||||
(null_literal) @constant.builtin
|
(null_literal) @constant.builtin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue