Skip to content

Commit 3fc1a11

Browse files
committed
add mdx language support
1 parent 1340717 commit 3fc1a11

File tree

2 files changed

+2
-0
lines changed
  • packages

2 files changed

+2
-0
lines changed

packages/tailwindcss-intellisense/src/lib/languages.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export const DEFAULT_LANGUAGES = [
1919
'leaf',
2020
'liquid',
2121
'markdown',
22+
'mdx',
2223
'mustache',
2324
'njk',
2425
'nunjucks',

packages/tailwindcss-language-service/src/util/html.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export const HTML_LANGUAGES = [
2121
'leaf',
2222
'liquid',
2323
'markdown',
24+
'mdx',
2425
'mustache',
2526
'njk',
2627
'nunjucks',

0 commit comments

Comments
 (0)