Lines Matching full:font
14 (defvar tablegen-font-lock-keywords
23 ;; '("\/\/" . font-lock-comment-face)
25 '("\"[^\"]+\"" . font-lock-string-face)
27 '("\\<0x[0-9A-Fa-f]+\\>" . font-lock-preprocessor-face)
29 '("\\<0b[01]+\\>" . font-lock-preprocessor-face)
31 '("\\<[-]?[0-9]+\\>" . font-lock-preprocessor-face)
33 '("\\<[-+]?[0-9]+\.[0-9]*\([eE][-+]?[0-9]+\)?\\>" . font-lock-preprocessor-face)
43 (put 'tablegen-mode 'font-lock-defaults '(tablegen-font-lock-keywords))
103 (make-local-variable 'font-lock-defaults)
108 font-lock-defaults `(tablegen-font-lock-keywords)