From 551e3af9d09a03aaa246cac46b98124bc10835ba Mon Sep 17 00:00:00 2001 From: Laurenz Date: Thu, 8 Jul 2021 21:16:16 +0200 Subject: Replace using with from --- tools/support/typst.tmLanguage.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/support') 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" }, { -- cgit v1.2.3