Franklin.jl Support for Visual Studio CodeThis extension is intended to provide syntax highlight and code snippets for Franklin.jl markdown files, since vscode/markdown-math does not provide sintax highlighting for specific Franklin ways to enter math-mode FeaturesThe only current feature is syntax highlight for math-mode when entered via \begin{equation|align|...} This motivated me enought to make this extension, as using \begin{equation*} broke the syntax highlighting, and \nonumber{$$ $$} pollutes the code RequirementsYou must have the built-in vscode/markdown-math extension enabled. (It is enabled by default) Future features:
If you want to contribute, I'm happy to accept pull requests. |