el-get/recipes/tablegen-mode.rcp

11 lines
509 B
Plaintext
Raw Normal View History

2013-12-30 18:37:55 +08:00
(:name tablegen-mode
:description "Major mode for LLVM TableGen description files."
:website "http://llvm.org/"
:type http
:url "https://raw.githubusercontent.com/llvm-mirror/llvm/master/utils/emacs/tablegen-mode.el"
2013-12-30 18:37:55 +08:00
:prepare (progn
(autoload 'tablegen-mode "tablegen-mode"
"LLVM TableGen description file editing mode." t)
(add-to-list 'auto-mode-alist
'("\\.td\\'" . tablegen-mode))))