mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat: update commit
This commit is contained in:
parent
b9173266f7
commit
193a0170d2
2 changed files with 3 additions and 2 deletions
|
|
@ -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' },
|
||||
|
|
|
|||
|
|
@ -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' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue