Skip to content

Commit

Permalink
add tailwindcss language identifier
Browse files Browse the repository at this point in the history
this commit adds the tailwindcss language identifier to the list of supported languages. The TailwindCSS intellisense extension maps all files with the .css extension to the tailwindcss language, which would prevent formatting
  • Loading branch information
nhedger committed Oct 13, 2024
1 parent a08d47b commit f2c4e1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export const supportedLanguageIdentifiers: string[] = [
"json",
"jsonc",
"svelte",
"tailwindcss",
"typescript",
"typescriptreact",
"vue",
Expand Down

0 comments on commit f2c4e1a

Please sign in to comment.