Update grammars (#203521)

This commit is contained in:
Alex Ross
2024-01-26 13:06:22 +01:00
committed by GitHub
parent 0e7e31b4be
commit 35d97bc7e4
21 changed files with 891 additions and 246 deletions

View File

@@ -4,7 +4,7 @@
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"version": "https://github.com/ionide/ionide-fsgrammar/commit/472c6b2030c962217cbbb26e4ddcce1b8ffe0867",
"version": "https://github.com/ionide/ionide-fsgrammar/commit/7d029a46f17637228b2ee85dd02e511c3e8039b3",
"name": "fsharp",
"scopeName": "source.fsharp",
"patterns": [
@@ -574,6 +574,11 @@
"name": "fast-capture.comment.line.double-slash.fsharp",
"match": "//"
},
{
"comments": "Capture (*) when inside of (* *) so that it doesn't prematurely end the comment block.",
"name": "fast-capture.comment.line.mul-operator.fsharp",
"match": "\\(\\*\\)"
},
{
"include": "#comments"
}