Skip to content

Commit

Permalink
revert unintended change
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Jan 23, 2019
1 parent 6ded24b commit c798b53
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions extensions/rust/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"update-grammar": "node ../../build/npm/update-grammar.js zargony/atom-language-rust grammars/rust.cson ./syntaxes/rust.tmLanguage.json"
},
"contributes": {
"colors": [
{
"id": "rub.addedResourceForeground",
"description": "%colors.added%",
"defaults": {
"light": "#587c0c",
"dark": "#81b88b",
"highContrast": "#1b5225"
}
}
]
"languages": [{
"id": "rust",
"extensions": [".rs"],
"aliases": ["Rust", "rust"],
"configuration": "./language-configuration.json"
}],
"grammars": [{
"language": "rust",
"path": "./syntaxes/rust.tmLanguage.json",
"scopeName":"source.rust"
}]
}
}

0 comments on commit c798b53

Please sign in to comment.