package.json

changeset 22
24bbbfc71c1b
parent 21
1dc4f331d3d5
child 23
6ec219fa34fc
--- a/package.json	Wed May 13 15:17:53 2020 -0500
+++ b/package.json	Thu May 14 09:55:49 2020 -0500
@@ -85,39 +85,37 @@
             }
         ],
         "configurationDefaults": {
-            "[latexplus]": {
-                "editor.tokenColorCustomizations": {
-                    "textMateRules": [
-                        {
-                            "scope": "entity.name.todo.latex",
-                            "settings": {
-                                "foreground": "#d17000",
-                                "fontStyle": "italic"
-                            }
-                        },
-                        {
-                            "scope": "support.function.todo.latex",
-                            "settings": {
-                                "foreground": "#d17000",
-                                "fontStyle": "italic"
-                            }
-                        },
-                        {
-                            "scope": "entity.name.footnote.latex",
-                            "settings": {
-                                "foreground": "#e28000",
-                                "fontStyle": "italic"
-                            }
-                        },
-                        {
-                            "scope": "support.function.footnote.latex",
-                            "settings": {
-                                "foreground": "#e28000",
-                                "fontStyle": "italic"
-                            }
+            "editor.tokenColorCustomizations": {
+                "textMateRules": [
+                    {
+                        "scope": "entity.name.todo.latex",
+                        "settings": {
+                            "foreground": "#d17000",
+                            "fontStyle": "italic"
+                        }
+                    },
+                    {
+                        "scope": "support.function.todo.latex",
+                        "settings": {
+                            "foreground": "#d17000",
+                            "fontStyle": "italic"
                         }
-                    ]
-                }
+                    },
+                    {
+                        "scope": "entity.name.footnote.latex",
+                        "settings": {
+                            "foreground": "#e28000",
+                            "fontStyle": "italic"
+                        }
+                    },
+                    {
+                        "scope": "support.function.footnote.latex",
+                        "settings": {
+                            "foreground": "#e28000",
+                            "fontStyle": "italic"
+                        }
+                    }
+                ]
             }
         }
     }

mercurial