Sublime Forum

Edit syntax highlighting

#1

I want to edit the way non-closed tags are indicated just for Markdown. I don’t want to escape with a backslash (some Markdown viewers will show the escape character, others won’t) and don’t want to use backticks:
see here

I extracted theme files, found the scope (invalid.illegal.non-terminated.bold-italic.markdown) in Markdown.sublime-syntax, but couldn’t see any pointers to edit the color or change the way it’s highlighted. I’ve read the docs, but couldn’t find anything about changing color and the way it’s highlighted either.

0 Likes

#2

See https://www.sublimetext.com/docs/color_schemes.html

0 Likes

#3

This very special case is already fixed in the latest dev build of ST.

0 Likes