Skip to content

Commit f75f42a

Browse files
authored
Fix prismjs sample file name(#202)
Use sample.ts instead of sample.TS
1 parent 5d3a413 commit f75f42a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

JetStreamDriver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2746,7 +2746,7 @@ const PRISM_JS_PRELOADS = {
27462746
SAMPLE_MD: "./prismjs/data/sample.md",
27472747
SAMPLE_PY: "./prismjs/data/sample.py",
27482748
SAMPLE_SQL: "./prismjs/data/sample.sql",
2749-
SAMPLE_TS: "./prismjs/data/sample.TS",
2749+
SAMPLE_TS: "./prismjs/data/sample.ts",
27502750
};
27512751
const PRISM_JS_TAGS = ["parser", "regexp", "startup", "prismjs"];
27522752
BENCHMARKS.push(

0 commit comments

Comments
 (0)