aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index dc9135698..b012d514a 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -1385,6 +1385,15 @@ list.promql = {
maintainers = { "@MichaHoffmann" },
}
+list.properties = {
+ install_info = {
+ url = "https://github.com/ObserverOfTime/tree-sitter-properties",
+ files = { "src/parser.c" },
+ },
+ filetype = "jproperties",
+ maintainers = { "@ObserverOfTime" },
+}
+
list.proto = {
install_info = {
url = "https://github.com/treywood/tree-sitter-proto",