mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
feat(properties): update parser & queries
This commit is contained in:
parent
e159a531e5
commit
e105b5e67d
4 changed files with 15 additions and 9 deletions
|
|
@ -1484,8 +1484,8 @@ list.promql = {
|
|||
|
||||
list.properties = {
|
||||
install_info = {
|
||||
url = "https://github.com/ObserverOfTime/tree-sitter-properties",
|
||||
files = { "src/parser.c" },
|
||||
url = "https://github.com/tree-sitter-grammars/tree-sitter-properties",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
filetype = "jproperties",
|
||||
maintainers = { "@ObserverOfTime" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue