Browse Source
Some @#%^@! are doing something like this: ```shell script blah blah blah ``` That was not previously matching because only one optional "word" was allowed trailing the opening "```" characters. The single optional "word" is supposed to be a file extension type. Clearly ".shell script" is _not_ a file extension! Relax the rule somewhat. Multiple "words" are now allowed but only the first will ever participate in choosing the syntax highlighting (which currently never happens anyway). Signed-off-by: Kyle J. McKay <mackyle@gmail.com>master
Kyle J. McKay
4 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue