Skip to content

Commit

Permalink
Merge pull request #489 from usethesource/restore-old-behavior-bracke…
Browse files Browse the repository at this point in the history
…t-matching

Re-enable bracket matching in strings and comments
  • Loading branch information
DavyLandman authored Oct 23, 2024
2 parents d1097f1 + f94e6ad commit 9101cb0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions rascal-vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,20 @@
{
"language": "rascalmpl",
"scopeName": "source.rascalmpl",
"path": "./syntaxes/rascal.tmGrammar.json"
"path": "./syntaxes/rascal.tmGrammar.json",
"tokenTypes": {
"string": "other",
"comment": "other"
}
},
{
"language": "parametric-rascalmpl",
"scopeName": "source.parametric-rascalmpl",
"path": "./syntaxes/parametric.tmGrammar.json"
"path": "./syntaxes/parametric.tmGrammar.json",
"tokenTypes": {
"string": "other",
"comment": "other"
}
}
],
"semanticTokenScopes": [
Expand Down

0 comments on commit 9101cb0

Please sign in to comment.