mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 13:36:27 -05:00
[ruby] update grammar
This commit is contained in:
@@ -17,11 +17,12 @@
|
||||
"grammars": [{
|
||||
"language": "ruby",
|
||||
"scopeName": "source.ruby",
|
||||
"path": "./syntaxes/Ruby.plist"
|
||||
"path": "./syntaxes/ruby.tmLanguage.json"
|
||||
}]
|
||||
},
|
||||
"scripts": {
|
||||
"compile": "gulp compile-extension:ruby",
|
||||
"watch": "gulp watch-extension:ruby"
|
||||
"watch": "gulp watch-extension:ruby",
|
||||
"update-grammar": "node ../../build/npm/update-grammar.js textmate/ruby.tmbundle Syntaxes/Ruby.plist ./syntaxes/ruby.tmLanguage.json"
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
2728
extensions/ruby/syntaxes/ruby.tmLanguage.json
Normal file
2728
extensions/ruby/syntaxes/ruby.tmLanguage.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -375,7 +375,7 @@
|
||||
},
|
||||
{
|
||||
"c": "::",
|
||||
"t": "source.ruby punctuation.separator.other.ruby",
|
||||
"t": "source.ruby punctuation.separator.namespace.ruby",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
@@ -397,7 +397,7 @@
|
||||
},
|
||||
{
|
||||
"c": "::",
|
||||
"t": "source.ruby punctuation.separator.other.ruby",
|
||||
"t": "source.ruby punctuation.separator.namespace.ruby",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
@@ -419,7 +419,7 @@
|
||||
},
|
||||
{
|
||||
"c": "::",
|
||||
"t": "source.ruby punctuation.separator.other.ruby",
|
||||
"t": "source.ruby punctuation.separator.namespace.ruby",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
@@ -1486,7 +1486,7 @@
|
||||
},
|
||||
{
|
||||
"c": "::",
|
||||
"t": "source.ruby punctuation.separator.other.ruby",
|
||||
"t": "source.ruby punctuation.separator.namespace.ruby",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
@@ -1695,7 +1695,7 @@
|
||||
},
|
||||
{
|
||||
"c": "self",
|
||||
"t": "source.ruby variable.language.ruby",
|
||||
"t": "source.ruby variable.language.self.ruby",
|
||||
"r": {
|
||||
"dark_plus": "variable.language: #569CD6",
|
||||
"light_plus": "variable.language: #0000FF",
|
||||
@@ -1827,7 +1827,7 @@
|
||||
},
|
||||
{
|
||||
"c": "self",
|
||||
"t": "source.ruby variable.language.ruby",
|
||||
"t": "source.ruby variable.language.self.ruby",
|
||||
"r": {
|
||||
"dark_plus": "variable.language: #569CD6",
|
||||
"light_plus": "variable.language: #0000FF",
|
||||
|
||||
Reference in New Issue
Block a user