Skip to content

Commit

Permalink
+1
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Nov 27, 2024
1 parent f184251 commit 569c4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax2/md/md.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace $ {
'code-docs' : /\/\/\/.*?$/ ,
'code-comment-block' : /(?:\/\*[^]*?\*\/|\/\+[^]*?\+\/|<![^]*?>)/ ,
'code-link' : /(?:\w+:\/\/|#)\S+?(?=\s|\\\\|""|$)/ ,
'code-comment-inline' : /\/\/.*?(?:$|\/\/)/ ,
'code-comment-inline' : /\/\/.*?(?:$|\/\/)|- \\.*/ ,
'code-string' : /(?:".*?"|'.*?'|`.*?`|\/.+?\/[dygimsu]*(?!\p{Letter})|[ \t]*\\[^\n]*)/u ,
'code-number' : /[+-]?(?:\d*\.)?\d+\w*/ ,
'code-call' : /\.?\w+ *(?=\()/ ,
Expand Down

0 comments on commit 569c4c3

Please sign in to comment.