grammars/source.rascal.json in github-linguist-7.5.1 vs grammars/source.rascal.json in github-linguist-7.6.0
- old
+ new
@@ -67,9 +67,10 @@
},
"regex": {
"patterns": [
{
"name": "string.regexp.rascal",
+ "begin": "/(?!/|\\*)",
"end": "/([dims]*)",
"patterns": [
{
"include": "#regex_escape"
},