feat(parser): add objectscript UDL parser

This commit is contained in:
Hannah 2026-03-16 10:19:15 -04:00
parent ebc3201290
commit bb4b04c82d
No known key found for this signature in database
GPG key ID: 0C1C205F4C354DE1
6 changed files with 462 additions and 0 deletions

View file

@ -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',