mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
feat(parsers): Add objectscript
This commit is contained in:
parent
65a266bf69
commit
b8085c5aec
7 changed files with 444 additions and 0 deletions
|
|
@ -1509,6 +1509,15 @@ return {
|
|||
maintainers = { '@ColinKennedy' },
|
||||
tier = 2,
|
||||
},
|
||||
objectscript = {
|
||||
install_info = {
|
||||
revision = '4d34cb2d4a4924f0b9c9524ffaba1b9c0644067e',
|
||||
url = 'https://github.com/intersystems/tree-sitter-objectscript',
|
||||
location = 'udl',
|
||||
},
|
||||
maintainers = { '@davem-intersys' },
|
||||
tier = 2,
|
||||
},
|
||||
ocaml = {
|
||||
install_info = {
|
||||
location = 'grammars/ocaml',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue