Skip to content

Commit

Permalink
chore: Update Syntax Files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and sebthom committed Nov 15, 2023
1 parent b4714df commit 81bbde6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion plugin/syntaxes/svelte/svelte.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -399,10 +399,18 @@
"match": "await|then|catch",
"name": "keyword.control.flow.svelte"
},
{
"match": "snippet",
"name": "keyword.control.svelte"
},
{
"match": "html",
"name": "keyword.other.svelte"
},
{
"match": "render",
"name": "keyword.other.svelte"
},
{
"match": "debug",
"name": "keyword.other.debugger.svelte"
Expand All @@ -418,7 +426,7 @@
"special-tags-modes": {
"patterns": [
{
"begin": "(?<=(if|key|then|catch|html).*?)\\G",
"begin": "(?<=(if|key|then|catch|snippet|html|render).*?)\\G",
"end": "(?=})",
"name": "meta.embedded.expression.svelte source.ts",
"patterns": [
Expand Down

0 comments on commit 81bbde6

Please sign in to comment.