Variable: lua-ts--keywords

lua-ts--keywords is a variable defined in lua-ts-mode.el.gz.

Value

("and" "do" "else" "elseif" "end" "for" "function" "goto" "if" "in"
 "local" "not" "or" "repeat" "return" "then" "until" "while")

Documentation

Lua keywords for tree-sitter font-locking and navigation.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/lua-ts-mode.el.gz
(defvar lua-ts--keywords
  '("and" "do" "else" "elseif" "end" "for" "function" "goto" "if"
    "in" "local" "not" "or" "repeat" "return" "then" "until" "while")
  "Lua keywords for tree-sitter font-locking and navigation.")