mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat: add character_literal query
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
This commit is contained in:
parent
02732ac95a
commit
1735990aa9
1 changed files with 2 additions and 2 deletions
|
|
@ -93,8 +93,8 @@
|
|||
|
||||
(boolean_literal) @boolean
|
||||
|
||||
;; unsupported
|
||||
; (character_literal) @character
|
||||
; unsupported
|
||||
(character_literal) @character
|
||||
|
||||
(null_literal) @constant.builtin
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue