Map a file extension (including the leading dot) to a Shiki language ID.
Returns null when the extension is unknown.
null
Case-insensitive: .TS → "typescript".
.TS
"typescript"
Map a file extension (including the leading dot) to a Shiki language ID.
Returns
nullwhen the extension is unknown.Case-insensitive:
.TS→"typescript".