Skip to content

Commit 342d188

Browse files
Fix grammar
1 parent aa10989 commit 342d188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/syntaxes/fsharp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"patterns": [
9797
{
9898
"name": "comment.block.fsharp",
99-
"begin": "(\\(\\*)",
99+
"begin": "(\\(\\*(?!\\)))",
100100
"end": "(\\*\\))",
101101
"beginCaptures": {
102102
"1": {

0 commit comments

Comments
 (0)