mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 13:30:01 -04:00
feat: add properties parser
This commit is contained in:
parent
670e7aa843
commit
6b24db0c8f
6 changed files with 46 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue