prismjs-terminal
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -101,4 +101,8 @@ // TODO: start stack with [`language-${lang}`] | ||
case '.ts': | ||
case '.mts': | ||
case '.cts': | ||
return 'typescript'; | ||
case '.js': | ||
case '.cjs': | ||
case '.mjs': | ||
return 'javascript'; | ||
@@ -105,0 +109,0 @@ case '.htm': |
{ | ||
"name": "prismjs-terminal", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "PrismaJS syntax highlighting for the terminal", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67270
649