Skip to content

Commit

Permalink
Fix highlighting of multi-lined regexp in Groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
jycchoi authored Mar 15, 2022
1 parent 79d9bb8 commit 78131be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/groovy/syntaxes/groovy.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@
"regexp": {
"patterns": [
{
"begin": "/(?=[^/]+/([^>]|$))",
"begin": "/(?=[^/]+([^>]|$))",
"beginCaptures": {
"0": {
"name": "punctuation.definition.string.regexp.begin.groovy"
Expand Down Expand Up @@ -1380,4 +1380,4 @@
]
}
}
}
}

0 comments on commit 78131be

Please sign in to comment.