sublime-markdown-extended
sublime-markdown-extended copied to clipboard
Double brackets [[ inside code block break syntax highlighting
If i use double brackets [[ inside a code block like
git checkout [-q] [-f] [-m] [[-b|-B|-orphan] new_branch>] [<start_point>]
all of the following code will be yellow. If i put a space inbetween it works well but its a bit nervy sometimes
good to know, thanks I'll look into it
I did some testing and couldn't reproduce this issue. I did notice that when bash is used as the language after the first delimiter I get weird issues like this sometimes, but that's an issue with the bash highlighter, not this lib.