feat: update commit

This commit is contained in:
Hannah 2026-03-31 12:08:46 -04:00
parent b9173266f7
commit 193a0170d2
No known key found for this signature in database
GPG key ID: 0C1C205F4C354DE1
2 changed files with 3 additions and 2 deletions

View file

@ -1501,7 +1501,7 @@ return {
objectscript_routine = {
install_info = {
location = 'objectscript_routine',
revision = 'f1c568c622a0a43191563fd4c5e649a61eef11cc',
revision = '4216acea5ba1c92217f0d366c9d9c7b44b34a7b9',
url = 'https://github.com/intersystems/tree-sitter-objectscript',
},
maintainers = { '@davem-intersys', '@hkimura-intersys' },
@ -1510,7 +1510,7 @@ return {
objectscript_udl = {
install_info = {
location = 'udl',
revision = 'f1c568c622a0a43191563fd4c5e649a61eef11cc',
revision = '4216acea5ba1c92217f0d366c9d9c7b44b34a7b9',
url = 'https://github.com/intersystems/tree-sitter-objectscript',
},
maintainers = { '@davem-intersys', '@hkimura-intersys' },

View file

@ -33,6 +33,7 @@ local filetypes = {
markdown = { 'pandoc' },
muttrc = { 'neomuttrc' },
objectscript_udl = { 'objectscript' },
objectscript_routine = {'iris_rtn'},
ocaml_interface = { 'ocamlinterface' },
perl = { 'pl' },
poe_filter = { 'poefilter' },