mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 05:50:04 -04:00
Add RsHtml template language support
This commit is contained in:
parent
5eca61b32a
commit
7515c33d15
4 changed files with 132 additions and 0 deletions
|
|
@ -1963,6 +1963,14 @@ return {
|
|||
maintainers = { '@amaanq' },
|
||||
tier = 2,
|
||||
},
|
||||
rshtml = {
|
||||
install_info = {
|
||||
revision = '89ae0f3a5e221a83aad243def85e822616d3b3c2',
|
||||
url = 'https://github.com/rshtml/tree-sitter-rshtml',
|
||||
},
|
||||
maintainers = { '@rshtml' },
|
||||
tier = 2,
|
||||
},
|
||||
rst = {
|
||||
install_info = {
|
||||
revision = '4e562e1598b95b93db4f3f64fe40ddefbc677a15',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue