Update grammars

This commit is contained in:
Alex Ross 2022-03-29 11:11:11 +02:00
parent 6a19508c87
commit e8753df2e8
No known key found for this signature in database
GPG key ID: 89DDDBA66CBA7840
8 changed files with 34 additions and 27 deletions

View file

@ -6,7 +6,7 @@
"git": {
"name": "ionide/ionide-fsgrammar",
"repositoryUrl": "https://github.com/ionide/ionide-fsgrammar",
"commitHash": "c6e04755d4d686653f2552183d9f102de489a0a5"
"commitHash": "b528e4360b4cd967aa93c2f7849e459ff91d192c"
}
},
"license": "MIT",

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/c6e04755d4d686653f2552183d9f102de489a0a5",
"version": "https://github.com/ionide/ionide-fsgrammar/commit/b528e4360b4cd967aa93c2f7849e459ff91d192c",
"name": "fsharp",
"scopeName": "source.fsharp",
"patterns": [
@ -557,7 +557,7 @@
{
"name": "comment.block.fsharp",
"begin": "(\\(\\*(?!\\)))",
"end": "(\\*\\))",
"end": "(\\*+\\))",
"beginCaptures": {
"1": {
"name": "comment.block.fsharp"

View file

@ -6,7 +6,7 @@
"git": {
"name": "jlelong/vscode-latex-basics",
"repositoryUrl": "https://github.com/jlelong/vscode-latex-basics",
"commitHash": "b98c2d4911652824fc990f4b26c9c30be59b78a2"
"commitHash": "4f330febaf180ed7faf3aa228d38611d8b5adbf5"
}
},
"license": "MIT",

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/jlelong/vscode-latex-basics/commit/b98c2d4911652824fc990f4b26c9c30be59b78a2",
"version": "https://github.com/jlelong/vscode-latex-basics/commit/4f330febaf180ed7faf3aa228d38611d8b5adbf5",
"name": "LaTeX",
"scopeName": "text.tex.latex",
"patterns": [
@ -1908,7 +1908,7 @@
"match": "(?:\\s*)((\\\\)(?:begin|end))(\\{)([a-z]+(?:\\*)?)(\\})(?:(\\[).*(\\]))?"
},
"definition-label": {
"begin": "((\\\\)label)(\\{)",
"begin": "((\\\\)label)((?:\\[[^\\[]*?\\])*)(\\{)",
"beginCaptures": {
"1": {
"name": "keyword.control.label.latex"
@ -1917,6 +1917,13 @@
"name": "punctuation.definition.keyword.latex"
},
"3": {
"patterns": [
{
"include": "#optional-arg"
}
]
},
"4": {
"name": "punctuation.definition.arguments.begin.latex"
}
},

View file

@ -6,7 +6,7 @@
"git": {
"name": "sumneko/lua.tmbundle",
"repositoryUrl": "https://github.com/sumneko/lua.tmbundle",
"commitHash": "43da68bb99b948782e57985f633fa0c395190674"
"commitHash": "bc74f9230c3f07c0ecc1bc1727ad98d9e70aff5b"
}
},
"licenseDetail": [

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/sumneko/lua.tmbundle/commit/43da68bb99b948782e57985f633fa0c395190674",
"version": "https://github.com/sumneko/lua.tmbundle/commit/bc74f9230c3f07c0ecc1bc1727ad98d9e70aff5b",
"name": "Lua",
"scopeName": "source.lua",
"patterns": [
@ -422,7 +422,7 @@
"name": "storage.type.annotation.lua"
}
},
"end": "(?=\\n)",
"end": "(?=[\\n@#])",
"patterns": [
{
"match": "\\b([a-zA-Z_\\*][a-zA-Z0-9_\\.\\*\\-]*)",
@ -441,7 +441,7 @@
"name": "storage.type.annotation.lua"
}
},
"end": "(?=\\n)",
"end": "(?=[\\n@#])",
"patterns": [
{
"include": "#luadoc.type"
@ -455,7 +455,7 @@
"name": "storage.type.annotation.lua"
}
},
"end": "(?=\\n)",
"end": "(?=[\\n@#])",
"patterns": [
{
"begin": "\\b([a-zA-Z_\\*][a-zA-Z0-9_\\.\\*\\-]*)",
@ -480,7 +480,7 @@
"name": "storage.type.annotation.lua"
}
},
"end": "(?=\\n)",
"end": "(?=[\\n@#])",
"patterns": [
{
"begin": "\\b([a-zA-Z_][a-zA-Z0-9_]*)\\b(\\??)",
@ -508,7 +508,7 @@
"name": "storage.type.annotation.lua"
}
},
"end": "(?=\\n)",
"end": "(?=[\\n@#])",
"patterns": [
{
"match": "\\?",
@ -526,7 +526,7 @@
"name": "storage.type.annotation.lua"
}
},
"end": "(?=\\n)",
"end": "(?=[\\n@#])",
"patterns": [
{
"begin": "(\\b([a-zA-Z_][a-zA-Z0-9_]*)\\b|(\\[))(\\??)",
@ -561,7 +561,7 @@
"name": "storage.type.annotation.lua"
}
},
"end": "(?=\\n)",
"end": "(?=[\\n@#])",
"patterns": [
{
"begin": "\\b([a-zA-Z_][a-zA-Z0-9_]*)\\b",
@ -595,7 +595,7 @@
"name": "storage.type.annotation.lua"
}
},
"end": "(?=\\n)",
"end": "(?=[\\n@#])",
"patterns": [
{
"include": "#luadoc.type"
@ -609,7 +609,7 @@
"name": "storage.type.annotation.lua"
}
},
"end": "(?=\\n)",
"end": "(?=[\\n@#])",
"patterns": [
{
"include": "#luadoc.type"
@ -623,7 +623,7 @@
"name": "storage.type.annotation.lua"
}
},
"end": "(?=\\n)"
"end": "(?=[\\n@#])"
},
{
"begin": "(?<=---\\s*)@meta",
@ -632,7 +632,7 @@
"name": "storage.type.annotation.lua"
}
},
"end": "(?=\\n)"
"end": "(?=[\\n@#])"
},
{
"begin": "(?<=---\\s*)@version",
@ -641,7 +641,7 @@
"name": "storage.type.annotation.lua"
}
},
"end": "(?=\\n)",
"end": "(?=[\\n@#])",
"patterns": [
{
"match": "\\b(5\\.1|5\\.2|5\\.3|5\\.4|JIT)\\b",
@ -660,7 +660,7 @@
"name": "storage.type.annotation.lua"
}
},
"end": "(?=\\n)",
"end": "(?=[\\n@#])",
"patterns": [
{
"match": "\\b([a-zA-Z_\\*][a-zA-Z0-9_\\.\\*\\-]*)",
@ -679,7 +679,7 @@
"name": "storage.type.annotation.lua"
}
},
"end": "(?=\\n)",
"end": "(?=[\\n@#])",
"patterns": [
{
"begin": "([a-zA-Z_\\-0-9]+)[ \\t]*(:)?",
@ -712,7 +712,7 @@
"name": "storage.type.annotation.lua"
}
},
"end": "(?=\\n)",
"end": "(?=[\\n@#])",
"patterns": [
{
"include": "#string"
@ -730,7 +730,7 @@
"name": "storage.type.annotation.lua"
}
},
"end": "(?=[\\n#])",
"end": "(?=[\\n@#])",
"patterns": [
{
"include": "#string"

View file

@ -14,4 +14,4 @@
}
],
"version": 1
}
}

View file

@ -6,12 +6,12 @@
"git": {
"name": "atom/language-xml",
"repositoryUrl": "https://github.com/atom/language-xml",
"commitHash": "7bc75dfe779ad5b35d9bf4013d9181864358cb49"
"commitHash": "507de2ee7daca60cf02e9e21fbeb92bbae73e280"
}
},
"license": "MIT",
"description": "The files syntaxes/xml.json and syntaxes/xsl.json were derived from the Atom package https://github.com/atom/language-xml which were originally converted from the TextMate bundle https://github.com/textmate/xml.tmbundle.",
"version": "0.35.2"
"version": "0.14.0"
}
],
"version": 1