Skip to content

Commit

Permalink
Update md.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nin-jin authored Dec 5, 2024
1 parent 04d1840 commit 3391a6c
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 3391a6c

Please sign in to comment.