Skip to content

Commit b2c10e5

Browse files
committed
[ruby] update grammar
1 parent 5a700f5 commit b2c10e5

4 files changed

Lines changed: 2737 additions & 4100 deletions

File tree

extensions/ruby/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@
1717
"grammars": [{
1818
"language": "ruby",
1919
"scopeName": "source.ruby",
20-
"path": "./syntaxes/Ruby.plist"
20+
"path": "./syntaxes/ruby.tmLanguage.json"
2121
}]
2222
},
2323
"scripts": {
2424
"compile": "gulp compile-extension:ruby",
25-
"watch": "gulp watch-extension:ruby"
25+
"watch": "gulp watch-extension:ruby",
26+
"update-grammar": "node ../../build/npm/update-grammar.js textmate/ruby.tmbundle Syntaxes/Ruby.plist ./syntaxes/ruby.tmLanguage.json"
2627
}
2728
}

0 commit comments

Comments
 (0)