Function: lua-get-token-type

lua-get-token-type is a byte-compiled function defined in lua-mode.el.gz.

Signature

(lua-get-token-type TOKEN-INFO)

Documentation

Return the relevant match regexp from TOKEN-INFO.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/lua-mode.el.gz
(defun lua-get-token-type (token-info)
  "Return the relevant match regexp from TOKEN-INFO."
  (nth 3 token-info))