Skip to content

Commit a52765f

Browse files
author
Brad Cornes
committed
add mustache (tailwindlabs#58)
1 parent 63f8c0f commit a52765f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export const HTML_LANGUAGES = [
1616
'leaf',
1717
'liquid',
1818
'markdown',
19+
'mustache',
1920
'njk',
2021
'nunjucks',
2122
'php',

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export const LANGUAGES = [
1515
'leaf',
1616
'liquid',
1717
'markdown',
18+
'mustache',
1819
'njk',
1920
'nunjucks',
2021
'php',

0 commit comments

Comments
 (0)