Skip to content

Commit 309cd3b

Browse files
UupisJayflux
authored andcommitted
Highlight let, static, const as storage.type.rust (#253)
1 parent 8ac63f5 commit 309cd3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RustEnhanced.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ contexts:
102102
- include: statements-block
103103

104104
- match: \b(let|const|static)\b
105-
scope: storage.type.rust keyword.other.rust
105+
scope: storage.type.rust
106106

107107
- match: \bfn\b
108108
scope: storage.type.function.rust

0 commit comments

Comments
 (0)