;;; tablegen-mode.el --- Major mode for TableGen description files (part of LLVM project)
;; Maintainer: The LLVM team, http://llvm.org/
;;; Commentary:
;; A major mode for TableGen description files in LLVM.
;; Create mode-specific tables.
;;; Code:
;; ---------------------- Syntax table ---------------------------
;; --------------------- Abbrev table -----------------------------
; Create a mode-specific keymap.
;;;###autoload
; Finally, this permits the user to
; customize the mode with a hook.
;; Associate .td files with tablegen-mode
;;;###autoload
;;; tablegen-mode.el ends here