Skip to content

TextMate rules for Markdown math formula syntax highlighting #221

@arcticicestudio

Description

@arcticicestudio

VS Code 1.58 (June 2021) introduced syntax highlighting for Markdown math formulas. To adapt the coloring to Nord's style new TextMate rules with the following scopes will be added:

  • text.html.markdown constant.character.math.tex — targets constants like \displaystyle and \left.
  • text.html.markdown constant.character.math.tex — targets $$ definition markers.
  • text.html.markdown punctuation.definition.function.math.tex — targets the \ (backslash) function definition marker.
  • text.html.markdown punctuation.math.operator.latex — targets operators like =.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions