mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
feat(orca): add support for ORCA input files
This commit is contained in:
parent
bf0234010a
commit
22b1d7526a
6 changed files with 292 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ local filetypes = {
|
|||
markdown = { 'pandoc' },
|
||||
muttrc = { 'neomuttrc' },
|
||||
ocaml_interface = { 'ocamlinterface' },
|
||||
orca = { 'inp' },
|
||||
perl = { 'pl' },
|
||||
poe_filter = { 'poefilter' },
|
||||
powershell = { 'ps1' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue