mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
Add devicetree parser with queries
This commit is contained in:
parent
a077f61b67
commit
2d72fc34d9
5 changed files with 68 additions and 0 deletions
|
|
@ -416,6 +416,15 @@ list.turtle = {
|
|||
maintainers = { "@bonabeavis" },
|
||||
}
|
||||
|
||||
list.devicetree = {
|
||||
install_info = {
|
||||
url = "https://github.com/joelspadin/tree-sitter-devicetree",
|
||||
files = { "src/parser.c" },
|
||||
branch = "main",
|
||||
},
|
||||
filetype = 'dts',
|
||||
}
|
||||
|
||||
local M = {
|
||||
list = list
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue