Skip to content

Commit 3b06feb

Browse files
chore: update grammars and themes
1 parent fb689ea commit 3b06feb

14 files changed

+290
-49
lines changed

latest-shiki-commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
33485630b9b9335b86b5207c60aeb634f8622a6b
1+
c4d50b85f84e0e3d8cc97939e586a90b6d57440d

vendor/phiki/phiki/resources/languages/asciidoc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@
864864
"name": "entity.name.function.asciidoc"
865865
},
866866
{
867-
"match": "(actdiag|blockdiag|ditaa|graphviz|meme|mermaid|nwdiag|packetdiag|pikchr|plantuml|rackdiag|seqdiag|shaape|wavedrom)",
867+
"match": "(actdiag|blockdiag|ditaa|graphviz|tikz|meme|mermaid|nwdiag|packetdiag|pikchr|plantuml|rackdiag|seqdiag|shaape|wavedrom)",
868868
"name": "entity.name.function.asciidoc"
869869
},
870870
{

vendor/phiki/phiki/resources/languages/bicep.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"displayName": "Bicep",
33
"fileTypes": [
4-
".bicep"
4+
".bicep",
5+
".bicepparam"
56
],
67
"name": "bicep",
78
"patterns": [

vendor/phiki/phiki/resources/languages/coq.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"match": "\\b(Ltac)\\s+(([\\p{L}_ ])([\\p{L}0-9_ '])*)"
9999
},
100100
{
101-
"match": "\\b(Hint(\\s+Mode)?|Create\\s+HintDb|Constructors|Resolve|Rewrite|Ltac|Implicit(\\s+Types)?|Set|Unset|Remove\\s+Printing|Arguments|((Tactic|Reserved)\\s+)?Notation|Infix|Section|Module(\\s+Type)?|End|Check|Print(\\s+All)?|Eval|Compute|Search|Universe|Coercions|Generalizable(\\s+(All|Variable))?|Existing(\\s+(Class|Instance))?|Canonical|About|Locate|Collection|Typeclasses\\s+(Opaque|Transparent))\\b",
101+
"match": "\\b(Hint(\\s+Mode)?|Create\\s+HintDb|Constructors|Resolve|Rewrite|Ltac|Ltac2|Implicit(\\s+Types)?|Set|Unset|Remove\\s+Printing|Arguments|((Tactic|Reserved)\\s+)?Notation|Infix|Section|Module(\\s+Type)?|End|Check|Print(\\s+All)?|Eval|Compute|Search|Universe|Coercions|Generalizable(\\s+(All|Variable))?|Existing(\\s+(Class|Instance))?|Canonical|About|Locate|Collection|Typeclasses\\s+(Opaque|Transparent))\\b",
102102
"name": "keyword.source.coq"
103103
},
104104
{

vendor/phiki/phiki/resources/languages/templ.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
]
141141
},
142142
{
143-
"begin": "(?<=\\)) (\\{)$",
143+
"begin": "(?<=\\))\\s*(\\{)$",
144144
"beginCaptures": {
145145
"1": {
146146
"name": "punctuation.definition.begin.bracket.curly.go"
@@ -449,7 +449,7 @@
449449
]
450450
},
451451
{
452-
"begin": "(?<=\\)) (\\{)$",
452+
"begin": "(?<=\\))\\s*(\\{)$",
453453
"beginCaptures": {
454454
"1": {
455455
"name": "punctuation.definition.begin.bracket.curly.go"
@@ -711,7 +711,7 @@
711711
]
712712
},
713713
{
714-
"begin": "(?<=\\)) (\\{)$",
714+
"begin": "(?<=\\))\\s*(\\{)$",
715715
"beginCaptures": {
716716
"1": {
717717
"name": "punctuation.definition.begin.bracket.curly.go"

vendor/phiki/phiki/resources/themes/gruvbox-dark-hard.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,6 +1126,47 @@
11261126
"settings": {
11271127
"foreground": "#fe8019"
11281128
}
1129+
},
1130+
{
1131+
"scope": [
1132+
"support.function.be.latex",
1133+
"support.function.general.tex",
1134+
"support.function.section.latex",
1135+
"support.function.textbf.latex",
1136+
"support.function.textit.latex",
1137+
"support.function.texttt.latex",
1138+
"support.function.emph.latex",
1139+
"support.function.url.latex"
1140+
],
1141+
"settings": {
1142+
"foreground": "#fb4934"
1143+
}
1144+
},
1145+
{
1146+
"scope": [
1147+
"support.class.math.block.tex",
1148+
"support.class.math.block.environment.latex"
1149+
],
1150+
"settings": {
1151+
"foreground": "#fe8019"
1152+
}
1153+
},
1154+
{
1155+
"scope": [
1156+
"keyword.control.preamble.latex",
1157+
"keyword.control.include.latex"
1158+
],
1159+
"settings": {
1160+
"foreground": "#d3869b"
1161+
}
1162+
},
1163+
{
1164+
"scope": [
1165+
"support.class.latex"
1166+
],
1167+
"settings": {
1168+
"foreground": "#8ec07c"
1169+
}
11291170
}
11301171
],
11311172
"type": "dark"

vendor/phiki/phiki/resources/themes/gruvbox-dark-medium.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,6 +1126,47 @@
11261126
"settings": {
11271127
"foreground": "#fe8019"
11281128
}
1129+
},
1130+
{
1131+
"scope": [
1132+
"support.function.be.latex",
1133+
"support.function.general.tex",
1134+
"support.function.section.latex",
1135+
"support.function.textbf.latex",
1136+
"support.function.textit.latex",
1137+
"support.function.texttt.latex",
1138+
"support.function.emph.latex",
1139+
"support.function.url.latex"
1140+
],
1141+
"settings": {
1142+
"foreground": "#fb4934"
1143+
}
1144+
},
1145+
{
1146+
"scope": [
1147+
"support.class.math.block.tex",
1148+
"support.class.math.block.environment.latex"
1149+
],
1150+
"settings": {
1151+
"foreground": "#fe8019"
1152+
}
1153+
},
1154+
{
1155+
"scope": [
1156+
"keyword.control.preamble.latex",
1157+
"keyword.control.include.latex"
1158+
],
1159+
"settings": {
1160+
"foreground": "#d3869b"
1161+
}
1162+
},
1163+
{
1164+
"scope": [
1165+
"support.class.latex"
1166+
],
1167+
"settings": {
1168+
"foreground": "#8ec07c"
1169+
}
11291170
}
11301171
],
11311172
"type": "dark"

vendor/phiki/phiki/resources/themes/gruvbox-dark-soft.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,6 +1126,47 @@
11261126
"settings": {
11271127
"foreground": "#fe8019"
11281128
}
1129+
},
1130+
{
1131+
"scope": [
1132+
"support.function.be.latex",
1133+
"support.function.general.tex",
1134+
"support.function.section.latex",
1135+
"support.function.textbf.latex",
1136+
"support.function.textit.latex",
1137+
"support.function.texttt.latex",
1138+
"support.function.emph.latex",
1139+
"support.function.url.latex"
1140+
],
1141+
"settings": {
1142+
"foreground": "#fb4934"
1143+
}
1144+
},
1145+
{
1146+
"scope": [
1147+
"support.class.math.block.tex",
1148+
"support.class.math.block.environment.latex"
1149+
],
1150+
"settings": {
1151+
"foreground": "#fe8019"
1152+
}
1153+
},
1154+
{
1155+
"scope": [
1156+
"keyword.control.preamble.latex",
1157+
"keyword.control.include.latex"
1158+
],
1159+
"settings": {
1160+
"foreground": "#d3869b"
1161+
}
1162+
},
1163+
{
1164+
"scope": [
1165+
"support.class.latex"
1166+
],
1167+
"settings": {
1168+
"foreground": "#8ec07c"
1169+
}
11291170
}
11301171
],
11311172
"type": "dark"

vendor/phiki/phiki/resources/themes/gruvbox-light-hard.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,6 +1126,47 @@
11261126
"settings": {
11271127
"foreground": "#af3a03"
11281128
}
1129+
},
1130+
{
1131+
"scope": [
1132+
"support.function.be.latex",
1133+
"support.function.general.tex",
1134+
"support.function.section.latex",
1135+
"support.function.textbf.latex",
1136+
"support.function.textit.latex",
1137+
"support.function.texttt.latex",
1138+
"support.function.emph.latex",
1139+
"support.function.url.latex"
1140+
],
1141+
"settings": {
1142+
"foreground": "#9d0006"
1143+
}
1144+
},
1145+
{
1146+
"scope": [
1147+
"support.class.math.block.tex",
1148+
"support.class.math.block.environment.latex"
1149+
],
1150+
"settings": {
1151+
"foreground": "#af3a03"
1152+
}
1153+
},
1154+
{
1155+
"scope": [
1156+
"keyword.control.preamble.latex",
1157+
"keyword.control.include.latex"
1158+
],
1159+
"settings": {
1160+
"foreground": "#8f3f71"
1161+
}
1162+
},
1163+
{
1164+
"scope": [
1165+
"support.class.latex"
1166+
],
1167+
"settings": {
1168+
"foreground": "#427b58"
1169+
}
11291170
}
11301171
],
11311172
"type": "light"

vendor/phiki/phiki/resources/themes/gruvbox-light-medium.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,6 +1126,47 @@
11261126
"settings": {
11271127
"foreground": "#af3a03"
11281128
}
1129+
},
1130+
{
1131+
"scope": [
1132+
"support.function.be.latex",
1133+
"support.function.general.tex",
1134+
"support.function.section.latex",
1135+
"support.function.textbf.latex",
1136+
"support.function.textit.latex",
1137+
"support.function.texttt.latex",
1138+
"support.function.emph.latex",
1139+
"support.function.url.latex"
1140+
],
1141+
"settings": {
1142+
"foreground": "#9d0006"
1143+
}
1144+
},
1145+
{
1146+
"scope": [
1147+
"support.class.math.block.tex",
1148+
"support.class.math.block.environment.latex"
1149+
],
1150+
"settings": {
1151+
"foreground": "#af3a03"
1152+
}
1153+
},
1154+
{
1155+
"scope": [
1156+
"keyword.control.preamble.latex",
1157+
"keyword.control.include.latex"
1158+
],
1159+
"settings": {
1160+
"foreground": "#8f3f71"
1161+
}
1162+
},
1163+
{
1164+
"scope": [
1165+
"support.class.latex"
1166+
],
1167+
"settings": {
1168+
"foreground": "#427b58"
1169+
}
11291170
}
11301171
],
11311172
"type": "light"

0 commit comments

Comments
 (0)