mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 04:40:08 -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 = {
|
objectscript_routine = {
|
||||||
install_info = {
|
install_info = {
|
||||||
location = 'objectscript_routine',
|
location = 'objectscript_routine',
|
||||||
revision = 'f1c568c622a0a43191563fd4c5e649a61eef11cc',
|
revision = '4216acea5ba1c92217f0d366c9d9c7b44b34a7b9',
|
||||||
url = 'https://github.com/intersystems/tree-sitter-objectscript',
|
url = 'https://github.com/intersystems/tree-sitter-objectscript',
|
||||||
},
|
},
|
||||||
maintainers = { '@davem-intersys', '@hkimura-intersys' },
|
maintainers = { '@davem-intersys', '@hkimura-intersys' },
|
||||||
|
|
@ -1510,7 +1510,7 @@ return {
|
||||||
objectscript_udl = {
|
objectscript_udl = {
|
||||||
install_info = {
|
install_info = {
|
||||||
location = 'udl',
|
location = 'udl',
|
||||||
revision = 'f1c568c622a0a43191563fd4c5e649a61eef11cc',
|
revision = '4216acea5ba1c92217f0d366c9d9c7b44b34a7b9',
|
||||||
url = 'https://github.com/intersystems/tree-sitter-objectscript',
|
url = 'https://github.com/intersystems/tree-sitter-objectscript',
|
||||||
},
|
},
|
||||||
maintainers = { '@davem-intersys', '@hkimura-intersys' },
|
maintainers = { '@davem-intersys', '@hkimura-intersys' },
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,7 @@ local filetypes = {
|
||||||
markdown = { 'pandoc' },
|
markdown = { 'pandoc' },
|
||||||
muttrc = { 'neomuttrc' },
|
muttrc = { 'neomuttrc' },
|
||||||
objectscript_udl = { 'objectscript' },
|
objectscript_udl = { 'objectscript' },
|
||||||
|
objectscript_routine = {'iris_rtn'},
|
||||||
ocaml_interface = { 'ocamlinterface' },
|
ocaml_interface = { 'ocamlinterface' },
|
||||||
perl = { 'pl' },
|
perl = { 'pl' },
|
||||||
poe_filter = { 'poefilter' },
|
poe_filter = { 'poefilter' },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue