diff options
| author | ObserverOfTime <chronobserver@disroot.org> | 2024-02-23 17:21:26 +0200 |
|---|---|---|
| committer | ObserverOfTime <chronobserver@disroot.org> | 2024-02-23 17:37:22 +0200 |
| commit | e105b5e67df1a9bbd9d35a9aef4d40d0119d708d (patch) | |
| tree | 99c5b26c377bcc9da0d11a19e1090ad8bbcb5cb3 /lua | |
| parent | fix(fidl): remove requires_generate_from_grammar (diff) | |
| download | nvim-treesitter-e105b5e67df1a9bbd9d35a9aef4d40d0119d708d.tar nvim-treesitter-e105b5e67df1a9bbd9d35a9aef4d40d0119d708d.tar.gz nvim-treesitter-e105b5e67df1a9bbd9d35a9aef4d40d0119d708d.tar.bz2 nvim-treesitter-e105b5e67df1a9bbd9d35a9aef4d40d0119d708d.tar.lz nvim-treesitter-e105b5e67df1a9bbd9d35a9aef4d40d0119d708d.tar.xz nvim-treesitter-e105b5e67df1a9bbd9d35a9aef4d40d0119d708d.tar.zst nvim-treesitter-e105b5e67df1a9bbd9d35a9aef4d40d0119d708d.zip | |
feat(properties): update parser & queries
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 6209ccc84..59cef4d53 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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" }, |
