Lines Matching defs:syntax
118 ;; Here we remove default syntax for loops, if-statements and other C
122 ;; Remove syntax for C-style enumerations.
126 ;; Remove syntax for "do" and "else" keywords.
130 ;; Remove syntax for "for", "if", "switch" and "while" keywords.
134 ;; Remove syntax for "break", "continue", "goto" and "return" keywords.
142 ;; Remove case label syntax for the "case" and "default" keywords.
150 ;; Disable all the C preprocessor syntax.
155 ;; the syntax for casts.
159 ;; Add support for variable levels of syntax highlighting.
173 ;; Our syntax table is auto-generated from the keyword classes we defined
175 (defvar protobuf-mode-syntax-table nil
177 (or protobuf-mode-syntax-table
178 (setq protobuf-mode-syntax-table
179 (funcall (c-lang-const c-make-mode-syntax-table protobuf))))
206 (set-syntax-table protobuf-mode-syntax-table)