Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add .mts,.cts to typescript lexer (#677)
  • Loading branch information
silverwind committed Sep 30, 2022
1 parent 6138519 commit 9ac9b11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lexers/embedded/typescript.xml
Expand Up @@ -6,6 +6,8 @@
<alias>typescript</alias>
<filename>*.ts</filename>
<filename>*.tsx</filename>
<filename>*.mts</filename>
<filename>*.cts</filename>
<mime_type>text/x-typescript</mime_type>
<dot_all>true</dot_all>
<ensure_nl>true</ensure_nl>
Expand Down

0 comments on commit 9ac9b11

Please sign in to comment.