Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ before_install:
- nvm install v6.9.1
- nvm use v6.9.1
before_script:
- npm install -g typescript -v 2.1.5
- npm install
- tsc -p ./src
- npm run compile
script: npm run test-debugger
3 changes: 2 additions & 1 deletion language-configuration-erb.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"comments": {
"blockComment": [ "<%#", "%>" ]
"lineComment": "#",
"blockComment": ["=begin", "=end"]
},
"brackets": [
["{", "}"],
Expand Down