aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/language_rust.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/language_rust.lua b/plugins/language_rust.lua
index 321efc2..423910c 100644
--- a/plugins/language_rust.lua
+++ b/plugins/language_rust.lua
@@ -70,6 +70,7 @@ syntax.add {
["f64"] = "keyword2",
["f128"] = "keyword2",
["String"] = "keyword2",
+ ["char"] = "keyword2",
["&str"] = "keyword2",
["bool"] = "keyword2",
["true"] = "literal",