mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
feat(purescript)!: update parser and queries
removed note: `(constructor_operator)`
This commit is contained in:
parent
9807487fe9
commit
7e6fbcaa20
2 changed files with 1 additions and 2 deletions
|
|
@ -1739,7 +1739,7 @@ return {
|
||||||
},
|
},
|
||||||
purescript = {
|
purescript = {
|
||||||
install_info = {
|
install_info = {
|
||||||
revision = '603daa9178bcef3386b3040d86435794965fc6f2',
|
revision = '03bafc129e390d65178caaa72d8a1b91439d170e',
|
||||||
url = 'https://github.com/postsolar/tree-sitter-purescript',
|
url = 'https://github.com/postsolar/tree-sitter-purescript',
|
||||||
},
|
},
|
||||||
maintainers = { '@postsolar' },
|
maintainers = { '@postsolar' },
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,6 @@
|
||||||
|
|
||||||
[
|
[
|
||||||
(operator)
|
(operator)
|
||||||
(constructor_operator)
|
|
||||||
(type_operator)
|
(type_operator)
|
||||||
(all_names)
|
(all_names)
|
||||||
"="
|
"="
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue