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
|
|
@ -2234,7 +2234,7 @@ return {
|
||||||
swift = {
|
swift = {
|
||||||
install_info = {
|
install_info = {
|
||||||
generate = true,
|
generate = true,
|
||||||
revision = '8abb3e8b33256d89127a35e87480736f74755ff9',
|
revision = 'd42e9bb24646c4dbf1f5ec476a35b96d817da448',
|
||||||
url = 'https://github.com/alex-pinkus/tree-sitter-swift',
|
url = 'https://github.com/alex-pinkus/tree-sitter-swift',
|
||||||
},
|
},
|
||||||
maintainers = { '@alex-pinkus' },
|
maintainers = { '@alex-pinkus' },
|
||||||
|
|
|
||||||
|
|
@ -281,7 +281,7 @@
|
||||||
|
|
||||||
(boolean_literal) @boolean
|
(boolean_literal) @boolean
|
||||||
|
|
||||||
"nil" @constant.builtin
|
(nil_literal) @constant.builtin
|
||||||
|
|
||||||
(wildcard_pattern) @character.special
|
(wildcard_pattern) @character.special
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue