Add regex parser to treesitter
This commit is contained in:
parent
8c33f07957
commit
4e8fec7238
1 changed files with 2 additions and 1 deletions
|
|
@ -33,7 +33,8 @@ return {
|
||||||
"gdscript",
|
"gdscript",
|
||||||
"dockerfile",
|
"dockerfile",
|
||||||
"dart",
|
"dart",
|
||||||
"css"
|
"css",
|
||||||
|
"regex"
|
||||||
},
|
},
|
||||||
sync_install = false,
|
sync_install = false,
|
||||||
-- This can be updated to a list of languages instead of defaulting to true
|
-- This can be updated to a list of languages instead of defaulting to true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue