Skip to content

Commit

Permalink
changing filename from Rust to RustEnhanced (#139)
Browse files Browse the repository at this point in the history
changing filename from Rust to RustEnhanced fixes #128
  • Loading branch information
Jason Williams authored Feb 4, 2017
1 parent d0ad338 commit 1825678
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
"children":
[
{
"caption": "Rust",
"caption": "Rust Enhanced",
"children":
[
{
"command": "open_file",
"args": {"file": "${packages}/Rust/Rust.sublime-settings"},
"args": {"file": "${packages}/Rust Enhanced/RustEnhanced.sublime-settings"},
"caption": "Settings – Default"
},
{
"command": "open_file",
"args": {"file": "${packages}/User/Rust.sublime-settings"},
"args": {"file": "${packages}/User/Rust Enhanced.sublime-settings"},
"caption": "Settings – User"
}
]
Expand All @@ -31,4 +31,4 @@
]
}

]
]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions syntax_test_rust.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SYNTAX TEST "Packages/Rust/Rust.sublime-syntax"
// SYNTAX TEST "Packages/Rust Enhanced/RustEnhanced.sublime-syntax"

// Line comments
// <- comment.line.double-slash
Expand Down Expand Up @@ -922,4 +922,4 @@ impl<T> Iterator for Fibonacci<T>

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

0 comments on commit 1825678

Please sign in to comment.