I have an executable JS inscription it is similar to x-python from PR https://github.com/ordinals/ord/pull/2538. Currently it doesn't display. I think we should also add Typescript as well as x-typescript. I think a more generalized approach to deal with x-mediatype ```javascript if (language.startsWith("x-")) { language = language.substring(2); } ```