[fsharp] update tm grammar (1.4.11)

This commit is contained in:
Martin Aeschlimann 2015-11-30 21:35:09 +01:00
parent 1ebaa4f036
commit 7bca0cd1c3

View file

@ -96,7 +96,7 @@
"patterns": [
{
"name": "comment.block.fsharp",
"begin": "(\\(\\*)",
"begin": "(\\(\\*(?!\\)))",
"end": "(\\*\\))",
"beginCaptures": {
"1": {