mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
Add textobjects module
This commit is contained in:
parent
c42c38a834
commit
69cabc69be
9 changed files with 216 additions and 27 deletions
|
|
@ -35,6 +35,7 @@ M.query_extensions = {
|
|||
}
|
||||
|
||||
M.has_locals = get_query_guard('locals')
|
||||
M.has_textobjects = get_query_guard('textobjects')
|
||||
M.has_highlights = get_query_guard('highlights')
|
||||
|
||||
function M.get_query(lang, query_name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue