From d8709f7d16d95f4afdea7b1911b7f1ad875f1bbe Mon Sep 17 00:00:00 2001 From: Nikita Prokopov Date: Fri, 10 Apr 2020 17:40:57 +0200 Subject: [PATCH] Updated How to enable stylistic sets (markdown) --- How-to-enable-stylistic-sets.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/How-to-enable-stylistic-sets.md b/How-to-enable-stylistic-sets.md index 2703b05..61d0289 100644 --- a/How-to-enable-stylistic-sets.md +++ b/How-to-enable-stylistic-sets.md @@ -21,10 +21,10 @@ atom-text-editor { Go to `Sublime Text` -> `Preferences` -> `Settings`, add: ```json -"font_options": ["ss01", "ss02", "ss03", "ss04", "ss05", "ss06", "ss19", "ss20"] +"font_options": ["ss01", "ss02", "ss03", "ss04", "ss05", "ss06", "ss07"] ``` -(for now Sublime Text [does not allow you to specify `zero` and `onum` features](https://github.com/SublimeTextIssues/Core/issues/2302), but they are repeated as `ss19` and `ss20`. +For now Sublime Text [does not allow you to specify `zero` and `onum` features](https://github.com/SublimeTextIssues/Core/issues/2302). # VS Code