mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -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
|
|
@ -2234,7 +2234,7 @@ return {
|
|||
swift = {
|
||||
install_info = {
|
||||
generate = true,
|
||||
revision = '8abb3e8b33256d89127a35e87480736f74755ff9',
|
||||
revision = 'd42e9bb24646c4dbf1f5ec476a35b96d817da448',
|
||||
url = 'https://github.com/alex-pinkus/tree-sitter-swift',
|
||||
},
|
||||
maintainers = { '@alex-pinkus' },
|
||||
|
|
|
|||
|
|
@ -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