Variable: c-ts-mode--type-keywords
c-ts-mode--type-keywords is a variable defined in c-ts-mode.el.gz.
Value
("long" "short" "signed" "unsigned")
Documentation
Keywords that should be considered as part of a type.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/c-ts-mode.el.gz
(defvar c-ts-mode--type-keywords
'("long" "short" "signed" "unsigned")
"Keywords that should be considered as part of a type.")