Skip to content

Commit

Permalink
Use italic font style for variables/letters in LaTeX/Typst math envir…
Browse files Browse the repository at this point in the history
…onment
  • Loading branch information
jwortmann committed Jul 22, 2023
1 parent a85e5b9 commit 007f576
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Brackets Dark.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@
"scope": "variable.other",
"foreground": "var(textcolor)"
},
{
"name": "Math variable",
"scope": "variable.other.math",
"font_style": "italic"
},
{
"name": "Number",
"scope": "constant.numeric, punctuation.separator.decimal",
Expand Down
5 changes: 5 additions & 0 deletions Brackets Light.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@
"scope": "variable.other",
"foreground": "var(textcolor)"
},
{
"name": "Math variable",
"scope": "variable.other.math",
"font_style": "italic"
},
{
"name": "Number",
"scope": "constant.numeric, punctuation.separator.decimal",
Expand Down

0 comments on commit 007f576

Please sign in to comment.