mirror of
https://github.com/sharkdp/bat.git
synced 2024-10-31 20:11:01 +01:00
47abb192bc
closes #924
14 lines
449 B
Diff
Vendored
14 lines
449 B
Diff
Vendored
diff --git syntaxes/01_Packages/Rust/Rust.sublime-syntax syntaxes/01_Packages/Rust/Rust.sublime-syntax
|
|
index 3c354486..24727a4e 100644
|
|
--- syntaxes/01_Packages/Rust/Rust.sublime-syntax
|
|
+++ syntaxes/01_Packages/Rust/Rust.sublime-syntax
|
|
@@ -907,6 +907,8 @@ contexts:
|
|
- include: type-any-identifier
|
|
- match: ':'
|
|
scope: punctuation.separator.rust
|
|
+ - match: (?=;)
|
|
+ pop: true
|
|
|
|
fn-body:
|
|
- meta_scope: meta.function.rust
|