mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
feat: add xml & dtd parsers
This commit is contained in:
parent
800b2f388b
commit
5b3dd8cff1
12 changed files with 261 additions and 3 deletions
|
|
@ -101,6 +101,9 @@
|
|||
"dot": {
|
||||
"revision": "9ab85550c896d8b294d9b9ca1e30698736f08cea"
|
||||
},
|
||||
"dtd": {
|
||||
"revision": "9deacbfb79cb3527a0396255beb17e1bba3f2052"
|
||||
},
|
||||
"ebnf": {
|
||||
"revision": "8e635b0b723c620774dfb8abf382a7f531894b40"
|
||||
},
|
||||
|
|
@ -593,6 +596,9 @@
|
|||
"wing": {
|
||||
"revision": "9399564d1e32864c6af2d49c0dcd1f76d54443f2"
|
||||
},
|
||||
"xml": {
|
||||
"revision": "9deacbfb79cb3527a0396255beb17e1bba3f2052"
|
||||
},
|
||||
"yaml": {
|
||||
"revision": "0e36bed171768908f331ff7dff9d956bae016efb"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue