mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -04:00
Add tree-sitter-regex
This might be interesting for injected highlighting
This commit is contained in:
parent
a067924507
commit
45ea0df21a
3 changed files with 37 additions and 0 deletions
|
|
@ -203,6 +203,13 @@ parsers.nix = {
|
|||
}
|
||||
}
|
||||
|
||||
parsers.regex = {
|
||||
install_info = {
|
||||
url = "https://github.com/tree-sitter/tree-sitter-regex",
|
||||
files = { "src/parser.c" }
|
||||
}
|
||||
}
|
||||
|
||||
-- @enable can be true or false
|
||||
-- @disable is a list of languages, only relevant if enable is true
|
||||
-- @keymaps list of user mappings for a given module if relevant
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue