1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Emacs Support for Multidefs

Add Emacs font-lock keyword support for multidefs.

llvm-svn: 141237
This commit is contained in:
David Greene 2011-10-05 22:42:51 +00:00
parent 14c2928601
commit a92afc5d12

View File

@ -13,7 +13,7 @@
(defvar tablegen-font-lock-keywords
(let ((kw (regexp-opt '("class" "defm" "def" "field" "include" "in"
"let" "multiclass")
"let" "multiclass" "multidef")
'words))
(type-kw (regexp-opt '("bit" "bits" "code" "dag" "int" "list" "string")
'words))