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 4, 2024
1 parent 0698fe5 commit 25ddae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/md/md.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace $ {
'code-docs' : /\/\/\/.*?$/ ,
'code-comment-block' : /(?:\/\*[^]*?\*\/|\/\+[^]*?\+\/|<![^]*?>)/ ,
'code-link' : /\w+:\/\/\S*/ ,
'code-comment-inline' : /\/\/.*?$/ ,
'code-comment-inline' : /(?:\/\/|# |-- ).*?$/ ,
'code-string' : /(?:".*?"|'.*?'|`.*?`|\/.+?\/[gmi]*|(?:^|[ \t])\\[^\n]*\n)/ ,
'code-number' : /[+-]?(?:\d*\.)?\d+\w*/ ,
'code-call' : /\.?\w+(?=\()/ ,
Expand Down

0 comments on commit 25ddae5

Please sign in to comment.