mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 04:40:08 -04:00
feat(swift)!: update parser and queries
Breaking change: replace anonymous node `"nil"` with named node `(nil_literal)`.
This commit is contained in:
parent
afa0cb8669
commit
b00c4ca723
2 changed files with 2 additions and 2 deletions
|
|
@ -281,7 +281,7 @@
|
|||
|
||||
(boolean_literal) @boolean
|
||||
|
||||
"nil" @constant.builtin
|
||||
(nil_literal) @constant.builtin
|
||||
|
||||
(wildcard_pattern) @character.special
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue