Update tree-sitter-lua and add textobjects for Lua (#3552)

This commit is contained in:
Lennard Hofmann 2022-10-12 15:45:56 +02:00 committed by GitHub
parent 68909dcef4
commit a24fae3b3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 74 additions and 49 deletions

View file

@ -1,2 +1,3 @@
((comment) @injection.content
(#set! injection.language "comment"))
(#set! injection.language "comment")
(#set! injection.include-children))