* lisp/progmodes/lua-ts-mode.el (lua-ts--simple-indent-rules):
Improve multi-line comment indention for pre-0.0.19 grammars that
used a different structure for comment start/end markers.
(Bug#75107)
(cherry picked from commit
54f35137096c8120df13653f287a92755d5036b6)
lua-ts--multi-line-comment-start
(parent-is "comment_content")
(parent-is "string_content")
- (node-is "]]"))
+ (or (node-is "]]") (node-is "comment_end")))
no-indent 0)
((and (n-p-gp "field" "table_constructor" "arguments")
lua-ts--multi-arg-function-call-matcher