Skip to content

Commit 1825678

Browse files
authored
changing filename from Rust to RustEnhanced (#139)
changing filename from Rust to RustEnhanced fixes #128
1 parent d0ad338 commit 1825678

6 files changed

+6
-6
lines changed

Main.sublime-menu

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
"children":
1212
[
1313
{
14-
"caption": "Rust",
14+
"caption": "Rust Enhanced",
1515
"children":
1616
[
1717
{
1818
"command": "open_file",
19-
"args": {"file": "${packages}/Rust/Rust.sublime-settings"},
19+
"args": {"file": "${packages}/Rust Enhanced/RustEnhanced.sublime-settings"},
2020
"caption": "Settings – Default"
2121
},
2222
{
2323
"command": "open_file",
24-
"args": {"file": "${packages}/User/Rust.sublime-settings"},
24+
"args": {"file": "${packages}/User/Rust Enhanced.sublime-settings"},
2525
"caption": "Settings – User"
2626
}
2727
]
@@ -31,4 +31,4 @@
3131
]
3232
}
3333

34-
]
34+
]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

syntax_test_rust.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SYNTAX TEST "Packages/Rust/Rust.sublime-syntax"
1+
// SYNTAX TEST "Packages/Rust Enhanced/RustEnhanced.sublime-syntax"
22

33
// Line comments
44
// <- comment.line.double-slash
@@ -922,4 +922,4 @@ impl<T> Iterator for Fibonacci<T>
922922

923923
pub const FOO: Option<[i32; 1]> = Some([1]);
924924
// ^ punctuation.definition.group.begin.rust
925-
// ^ punctuation.definition.group.end.rust
925+
// ^ punctuation.definition.group.end.rust

0 commit comments

Comments
 (0)