mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Update grammars (#224167)
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/0100f551f6c32598a58aba97344bf828673fec7a",
|
||||
"version": "https://github.com/ionide/ionide-fsgrammar/commit/7d1b695da917dc4c7a0f7fb4683f42da208f87a2",
|
||||
"name": "fsharp",
|
||||
"scopeName": "source.fsharp",
|
||||
"patterns": [
|
||||
@@ -841,7 +841,7 @@
|
||||
"name": "keyword.symbol.fsharp"
|
||||
}
|
||||
},
|
||||
"end": "(\\)\\s*(([?[:alpha:]0-9'`^._ ]+))+)",
|
||||
"end": "(\\)\\s*(([?[:alpha:]0-9'`^._ ]+))*)",
|
||||
"endCaptures": {
|
||||
"1": {
|
||||
"name": "keyword.symbol.fsharp"
|
||||
|
||||
Reference in New Issue
Block a user