mirror of
https://github.com/sharkdp/bat.git
synced 2025-06-20 07:15:58 +01:00
Add .mts
and .cts
to TypeScript file extensions
See also: https://github.com/github/linguist/pull/5905
This commit is contained in:
1
tests/syntax-tests/highlighted/TypeScript/example.cts
vendored
Normal file
1
tests/syntax-tests/highlighted/TypeScript/example.cts
vendored
Normal file
@ -0,0 +1 @@
|
||||
[3;38;2;102;217;239mconst[0m[38;2;248;248;242m [0m[38;2;255;255;255mdummy[0m[38;2;249;38;114m:[0m[38;2;248;248;242m [0m[3;38;2;166;226;46mstring[0m[38;2;248;248;242m [0m[38;2;249;38;114m=[0m[38;2;248;248;242m [0m[38;2;230;219;116m"[0m[38;2;230;219;116mRegression test for https://github.com/sharkdp/bat/pull/2236[0m[38;2;230;219;116m"[0m[38;2;248;248;242m;[0m
|
1
tests/syntax-tests/source/TypeScript/example.cts
vendored
Normal file
1
tests/syntax-tests/source/TypeScript/example.cts
vendored
Normal file
@ -0,0 +1 @@
|
||||
const dummy: string = "Regression test for https://github.com/sharkdp/bat/pull/2236";
|
Reference in New Issue
Block a user