Update grammars

This commit is contained in:
Alex Ross
2022-01-31 16:49:23 +01:00
parent 011308ef41
commit a1a4c0a63b
22 changed files with 279 additions and 109 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/bba27391e61090035449b5c1e5c4b9d396bc4c9b",
"version": "https://github.com/ionide/ionide-fsgrammar/commit/3311701c243d6ed5b080a2ee16ada51540a08c50",
"name": "fsharp",
"scopeName": "source.fsharp",
"patterns": [
@@ -525,6 +525,15 @@
},
"comments": {
"patterns": [
{
"name": "comment.literate.command.fsharp",
"match": "(\\(\\*{3}.*\\*{3}\\))",
"beginCaptures": {
"1": {
"name": "comment.block.fsharp"
}
}
},
{
"name": "comment.block.markdown.fsharp",
"begin": "^\\s*(\\(\\*\\*(?!\\)))((?!\\*\\)).)*$",