summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/support/typst.tmLanguage.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/support/typst.tmLanguage.json b/tools/support/typst.tmLanguage.json
index 33e4c3db..6c767b31 100644
--- a/tools/support/typst.tmLanguage.json
+++ b/tools/support/typst.tmLanguage.json
@@ -119,7 +119,7 @@
},
{
"name": "keyword.other.typst",
- "match": "(#)(as|in|with|from|using)\\b",
+ "match": "(#)(as|in|with|from)\\b",
"captures": { "1": { "name": "punctuation.definition.keyword.typst" } }
},
{
@@ -231,7 +231,7 @@
},
{
"name": "keyword.other.typst",
- "match": "\\b(pub|let|as|in|with|import|include|from|using)\\b"
+ "match": "\\b(pub|let|as|in|with|import|include|from)\\b"
},
{ "include": "#constants" },
{