mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -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
|
|
@ -1498,6 +1498,15 @@ return {
|
|||
maintainers = { '@ColinKennedy' },
|
||||
tier = 2,
|
||||
},
|
||||
objectscript_udl = {
|
||||
install_info = {
|
||||
location = 'udl',
|
||||
revision = '7aa01969d0fea2e75dc69f2be2244b13d8269d6f',
|
||||
url = 'https://github.com/intersystems/tree-sitter-objectscript',
|
||||
},
|
||||
maintainers = { '@davem-intersys', '@hkimura-intersys' },
|
||||
tier = 2,
|
||||
},
|
||||
ocaml = {
|
||||
install_info = {
|
||||
location = 'grammars/ocaml',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue