mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
Update grammars (#203521)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user