From 6b24db0c8fc1357522320e71c89069fdc66a4237 Mon Sep 17 00:00:00 2001 From: ObserverOfTime Date: Tue, 21 Nov 2023 02:19:07 +0200 Subject: feat: add properties parser --- lua/nvim-treesitter/parsers.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lua') 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", -- cgit v1.2.3-70-g09d2