diff options
author | George Fraser <[email protected]> | 2020-05-12 16:36:37 +0100 |
---|---|---|
committer | George Fraser <[email protected]> | 2020-05-12 17:49:48 +0100 |
commit | 6222f2b7096531cc8501044cdc7b6b5fb07e331b (patch) | |
tree | 21db7b926cb0b9970a3c99d430c5bac175c450bf /editors | |
parent | 07721d2ab666a07b6ee71a44a0ca93431d339953 (diff) |
Leave statics alone
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/package.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index a7ca6f014..321353f22 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -626,9 +626,6 @@ | |||
626 | ], | 626 | ], |
627 | "*.mutable": [ | 627 | "*.mutable": [ |
628 | "markup.underline" | 628 | "markup.underline" |
629 | ], | ||
630 | "*.static": [ | ||
631 | "markup.italic" | ||
632 | ] | 629 | ] |
633 | } | 630 | } |
634 | } | 631 | } |