HomeSort by: relevance | last modified time | path
    Searched defs:tablegen (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/emacs/
tablegen-mode.el 0 ;;; tablegen-mode.el --- Major mode for TableGen description files (part of LLVM project)
6 ;; A major mode for TableGen description files in LLVM.
19 (defvar tablegen-font-lock-keywords
47 "Additional expressions to highlight in TableGen mode.")
48 (put 'tablegen-mode 'font-lock-defaults '(tablegen-font-lock-keywords))
52 (defvar tablegen-mode-syntax-table nil
53 "Syntax table used in `tablegen-mode' buffers.")
54 (when (not tablegen-mode-syntax-table
    [all...]

Completed in 17 milliseconds