mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-22 13:20:09 -04:00
format: parsers.lua file and ORCA queries
This commit is contained in:
parent
f0f65a07d5
commit
661ba3fec8
4 changed files with 244 additions and 99 deletions
|
|
@ -1622,19 +1622,19 @@ list.odin = {
|
|||
}
|
||||
|
||||
-- Define filetype for ORCA input files
|
||||
vim.filetype.add({
|
||||
extension = {
|
||||
inp = "inp",
|
||||
},
|
||||
})
|
||||
vim.filetype.add {
|
||||
extension = {
|
||||
inp = "inp",
|
||||
},
|
||||
}
|
||||
|
||||
list.orca = {
|
||||
install_info = {
|
||||
url = "https://github.com/kszenes/tree-sitter-orca.git",
|
||||
files = { "src/parser.c" }
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
filetype = "inp",
|
||||
maintainers = { "@kszenes" }
|
||||
maintainers = { "@kszenes" },
|
||||
}
|
||||
|
||||
list.pascal = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue