diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-07-08 21:16:16 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-07-08 21:16:16 +0200 |
| commit | 551e3af9d09a03aaa246cac46b98124bc10835ba (patch) | |
| tree | b075a93df7cb608eae9650e497fb6a1336d80212 /tools | |
| parent | 5c327e249e03ac303e7fef40e2df6c6ef834db66 (diff) | |
Replace using with from
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/support/typst.tmLanguage.json | 4 |
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" }, { |
