mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
feat(parser): add objectscript UDL parser
This commit is contained in:
parent
ebc3201290
commit
bb4b04c82d
6 changed files with 462 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ local filetypes = {
|
|||
make = { 'automake' },
|
||||
markdown = { 'pandoc' },
|
||||
muttrc = { 'neomuttrc' },
|
||||
objectscript_udl = { 'objectscript' },
|
||||
ocaml_interface = { 'ocamlinterface' },
|
||||
perl = { 'pl' },
|
||||
poe_filter = { 'poefilter' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue