aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/latex/textobjects.scm
diff options
context:
space:
mode:
authorErasin2022-08-10 12:29:43 +0000
committerGitHub2022-08-10 12:29:43 +0000
commit921027fb32018546fa459ffaf4afa4960f56d1b6 (patch)
treeda249a0a76602fbece5baf5887e92416fe3811e8 /runtime/queries/latex/textobjects.scm
parent598aa7c424246d6955bbadba7b42b895fe492e5c (diff)
Update tree-sitter-latex and highlights (#3370)
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
Diffstat (limited to 'runtime/queries/latex/textobjects.scm')
-rw-r--r--runtime/queries/latex/textobjects.scm13
1 files changed, 13 insertions, 0 deletions
diff --git a/runtime/queries/latex/textobjects.scm b/runtime/queries/latex/textobjects.scm
new file mode 100644
index 00000000..40bb3526
--- /dev/null
+++ b/runtime/queries/latex/textobjects.scm
@@ -0,0 +1,13 @@
+[
+ (generic_command)
+] @function.around
+
+[
+ (chapter)
+ (part)
+ (section)
+ (subsection)
+ (subsubsection)
+ (paragraph)
+ (subparagraph)
+] @class.around