1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-03-17 20:58:08 +02:00

Add cjs to Javascript lexer

.cjs is used to indicate a CommonJS in Node.js and other tools
This commit is contained in:
silverwind 2022-07-29 23:25:13 +02:00 committed by Alec Thomas
parent c13ff147a3
commit 111921a080

View File

@ -6,6 +6,7 @@
<filename>*.js</filename>
<filename>*.jsm</filename>
<filename>*.mjs</filename>
<filename>*.cjs</filename>
<mime_type>application/javascript</mime_type>
<mime_type>application/x-javascript</mime_type>
<mime_type>text/x-javascript</mime_type>