stivoat/tailwind-fold

Support additional file extensions (ex. .cshtml)

Closed this issue · 1 comments

Some languages have special file extensions for their html templates.

This extension does not seem to support ".cshtml" aka "razor" which is Microsoft Razor Page file extension.

I tried adding it to the supportedLanguages setting but it had no effect. Could support be added?

Nevermind! Apparently the correct language ID is aspnetcorerazor instead of razor.