mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-22 13:20:09 -04:00
feat(orca): add support for ORCA input files
ORCA is a software package to perform quantum chemistry simulations
This commit is contained in:
parent
42fc28ba91
commit
f0f65a07d5
4 changed files with 177 additions and 0 deletions
|
|
@ -1621,6 +1621,22 @@ list.odin = {
|
|||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
-- Define filetype for ORCA input files
|
||||
vim.filetype.add({
|
||||
extension = {
|
||||
inp = "inp",
|
||||
},
|
||||
})
|
||||
|
||||
list.orca = {
|
||||
install_info = {
|
||||
url = "https://github.com/kszenes/tree-sitter-orca.git",
|
||||
files = { "src/parser.c" }
|
||||
},
|
||||
filetype = "inp",
|
||||
maintainers = { "@kszenes" }
|
||||
}
|
||||
|
||||
list.pascal = {
|
||||
install_info = {
|
||||
url = "https://github.com/Isopod/tree-sitter-pascal",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue