summaryrefslogtreecommitdiff
path: root/Util/Emacs/chalice-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'Util/Emacs/chalice-mode.el')
-rw-r--r--Util/Emacs/chalice-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/Util/Emacs/chalice-mode.el b/Util/Emacs/chalice-mode.el
index d1f21dc8..c8cef685 100644
--- a/Util/Emacs/chalice-mode.el
+++ b/Util/Emacs/chalice-mode.el
@@ -44,7 +44,7 @@
"old" "rd" "receive" "release" "reorder" "result" "send" "share"
"this" "unfold" "unfolding" "unshare" "while"
"false" "true" "null")) . font-lock-keyword-face)
- `(,(chalice-regexp-opt '("bool" "int" "seq" "token")) . font-lock-type-face)
+ `(,(chalice-regexp-opt '("bool" "int" "string" "seq" "token")) . font-lock-type-face)
)
"Minimal highlighting for Chalice mode")