Skip to content

Commit

Permalink
Update grammars (#157773)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexr00 authored and joyceerhl committed Aug 10, 2022
1 parent b6905a7 commit 309f388
Show file tree
Hide file tree
Showing 9 changed files with 458 additions and 424 deletions.
2 changes: 1 addition & 1 deletion extensions/dart/cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"git": {
"name": "dart-lang/dart-syntax-highlight",
"repositoryUrl": "https://github.com/dart-lang/dart-syntax-highlight",
"commitHash": "9d4857e114b7000d94232d83187ad142961c678a"
"commitHash": "45065882c9f699149cb181a5960c05295b4bfbc6"
}
},
"licenseDetail": [
Expand Down
2 changes: 1 addition & 1 deletion extensions/dart/syntaxes/dart.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/dart-lang/dart-syntax-highlight/commit/9d4857e114b7000d94232d83187ad142961c678a",
"version": "https://github.com/dart-lang/dart-syntax-highlight/commit/45065882c9f699149cb181a5960c05295b4bfbc6",
"name": "Dart",
"scopeName": "source.dart",
"patterns": [
Expand Down
2 changes: 1 addition & 1 deletion extensions/fsharp/cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"git": {
"name": "ionide/ionide-fsgrammar",
"repositoryUrl": "https://github.com/ionide/ionide-fsgrammar",
"commitHash": "e177bd7f9d3402f70d2f1fb42c74057ed1ccf6fa"
"commitHash": "f74f4485011a9b463f1c1367195a4309a13403d6"
}
},
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions extensions/fsharp/syntaxes/fsharp.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/e177bd7f9d3402f70d2f1fb42c74057ed1ccf6fa",
"version": "https://github.com/ionide/ionide-fsgrammar/commit/f74f4485011a9b463f1c1367195a4309a13403d6",
"name": "fsharp",
"scopeName": "source.fsharp",
"patterns": [
Expand Down Expand Up @@ -960,7 +960,7 @@
},
{
"name": "binding.fsharp",
"begin": "\\b(use|use\\!|and|and!)\\s*(\\[[^-=]*\\]|[_[:alpha:]]([_[:alpha:]0-9\\._]+)*|``[_[:alpha:]]([_[:alpha:]0-9\\._`\\s]+|(?<=,)\\s)*)?",
"begin": "\\b(use|use!|and|and!)\\s+(\\[[^-=]*\\]|[_[:alpha:]]([_[:alpha:]0-9\\._]+)*|``[_[:alpha:]]([_[:alpha:]0-9\\._`\\s]+|(?<=,)\\s)*)?",
"end": "\\s*(=)",
"beginCaptures": {
"1": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/latex/cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"git": {
"name": "jlelong/vscode-latex-basics",
"repositoryUrl": "https://github.com/jlelong/vscode-latex-basics",
"commitHash": "7b08daed22963695616ef432c9d027427da5f450"
"commitHash": "ffe263692d6096b24e4897650e933c587fa9c55f"
}
},
"license": "MIT",
Expand Down

0 comments on commit 309f388

Please sign in to comment.