mirror of
https://github.com/alecthomas/chroma.git
synced 2025-03-25 21:39:02 +02:00
Add .mts,.cts to typescript lexer (#677)
See https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-7.html#new-file-extensions
This commit is contained in:
parent
6138519d55
commit
9ac9b1158f
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user