mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
apply decreaseIndent for ruby code
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
{
|
||||
"name": "ruby",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"publisher": "vscode",
|
||||
"engines": { "vscode": "*" },
|
||||
"activationEvents": ["onLanguage:ruby"],
|
||||
"main": "./out/rubyMain",
|
||||
"contributes": {
|
||||
"languages": [{
|
||||
"id": "ruby",
|
||||
@@ -17,5 +19,9 @@
|
||||
"scopeName": "source.ruby",
|
||||
"path": "./syntaxes/Ruby.plist"
|
||||
}]
|
||||
},
|
||||
"scripts": {
|
||||
"compile": "gulp compile-extension:ruby",
|
||||
"watch": "gulp watch-extension:ruby"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user