Variable: cmake-ts-mode--foreach-options

cmake-ts-mode--foreach-options is a variable defined in cmake-ts-mode.el.gz.

Value

("IN" "ITEMS" "LISTS" "RANGE" "ZIP_LISTS")

Documentation

CMake foreach options for tree-sitter font-locking.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cmake-ts-mode.el.gz
(defvar cmake-ts-mode--foreach-options
  '("IN" "ITEMS" "LISTS" "RANGE" "ZIP_LISTS")
  "CMake foreach options for tree-sitter font-locking.")