Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
Do not remove type parameter matching
Browse files Browse the repository at this point in the history
  • Loading branch information
sheetalkamat committed Nov 8, 2016
1 parent 9de9467 commit e45faf2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build/update-grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ function adaptToJavaScript(grammar) {
for (var key in repository) {
fixScopeNames(repository[key]);
}
// disable type parameters
if (repository['type-parameters']) {
repository['type-parameters']['begin'] = 'DO_NOT_MATCH';
}
}


Expand Down

0 comments on commit e45faf2

Please sign in to comment.