Skip to content

Commit 917272c

Browse files
authored
Merge pull request #104 from vojtaholik/patch-1
add ERB language support
2 parents 995a32e + 6becad5 commit 917272c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/pullGrammarsFromGitHub.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ const languageSources = [
6565
'https://github.com/elixir-editors/elixir-tmbundle/blob/master/Syntaxes/Elixir.tmLanguage',
6666
'https://github.com/pgourlain/vscode_erlang/blob/master/syntaxes/erlang.tmLanguage',
6767
'https://github.com/textmate/applescript.tmbundle/blob/master/Syntaxes/AppleScript.tmLanguage',
68+
'https://github.com/textmate/ruby.tmbundle/blob/master/Syntaxes/HTML%20(Ruby%20-%20ERB).tmLanguage',
6869
'https://github.com/textmate/ssh-config.tmbundle/blob/master/Syntaxes/SSH-Config.tmLanguage',
6970
'https://github.com/dotnet/aspnetcore-tooling/blob/master/src/Razor/src/Microsoft.AspNetCore.Razor.VSCode.Extension/syntaxes/aspnetcorerazor.tmLanguage.json'
7071
]

0 commit comments

Comments
 (0)