mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
Emacs Support for Multidefs
Add Emacs font-lock keyword support for multidefs. llvm-svn: 141237
This commit is contained in:
parent
14c2928601
commit
a92afc5d12
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user