We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ebaa4f commit 7bca0cdCopy full SHA for 7bca0cd
1 file changed
extensions/fsharp/syntaxes/fsharp.json
@@ -96,7 +96,7 @@
96
"patterns": [
97
{
98
"name": "comment.block.fsharp",
99
- "begin": "(\\(\\*)",
+ "begin": "(\\(\\*(?!\\)))",
100
"end": "(\\*\\))",
101
"beginCaptures": {
102
"1": {
0 commit comments