package.json

changeset 21
1dc4f331d3d5
parent 16
238c7ce8fd49
child 19
f648b8bc220a
--- a/package.json	Thu May 14 17:45:50 2020 -0500
+++ b/package.json	Wed May 13 15:17:53 2020 -0500
@@ -83,6 +83,42 @@
                     "meta.embedded.block.latex": "latex"
                 }
             }
-        ]
+        ],
+        "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"
+                            }
+                        }
+                    ]
+                }
+            }
+        }
     }
 }
\ No newline at end of file

mercurial