aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorGeorge Fraser <[email protected]>2020-05-12 16:36:37 +0100
committerGeorge Fraser <[email protected]>2020-05-12 17:49:48 +0100
commit6222f2b7096531cc8501044cdc7b6b5fb07e331b (patch)
tree21db7b926cb0b9970a3c99d430c5bac175c450bf /editors/code/package.json
parent07721d2ab666a07b6ee71a44a0ca93431d339953 (diff)
Leave statics alone
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json3
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 }