emacs: add match as keyword
This commit is contained in:
parent
a6a5c48c64
commit
c0e988f932
@ -70,7 +70,7 @@
|
||||
"unchecked" "unsafe"
|
||||
"while"))
|
||||
(puthash word t table))
|
||||
(puthash "alt" 'alt table)
|
||||
(puthash "match" 'alt table)
|
||||
(dolist (word '("true" "false")) (puthash word 'atom table))
|
||||
table))
|
||||
;; FIXME type-context keywords
|
||||
|
Loading…
x
Reference in New Issue
Block a user