File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
syntaxhighlighter3/scripts Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 7878 this . regexList = [
7979 { regex : SyntaxHighlighter . regexLib . singleLineCComments , css : 'comments' } , // one line comments
8080 { regex : SyntaxHighlighter . regexLib . multiLineCComments , css : 'comments' } , // multiline comments
81- { regex : / ( R | L | U | u | u 8 ) ? " ( [ ^ \\ " \n ] | \\ .) * " / g, css : 'string' } , // special string
81+ { regex : / ( R | L | U | u | u 8 ) ? " ( [ ^ \\ " \n ] | \\ .) * " / g, css : 'string' } , // special character
82+ { regex : / ( R | L | U | u | u 8 ) ? ' ( [ ^ \\ ' \n ] | \\ .) * ' / g, css : 'string' } , // special string
8283 { regex : SyntaxHighlighter . regexLib . doubleQuotedString , css : 'string' } , // strings
8384 { regex : SyntaxHighlighter . regexLib . singleQuotedString , css : 'string' } , // strings
8485 { regex : / ^ * # .* / gm, css : 'preprocessor' } ,
You can’t perform that action at this time.
0 commit comments