Skip to content

Commit d907701

Browse files
Add support for latte templates (#1361)
This adds support for Latte PHP templates https://latte.nette.org/en/
1 parent c080688 commit d907701

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export const htmlLanguages: string[] = [
2121
'html-eex',
2222
'htmldjango',
2323
'jade',
24+
'latte',
2425
'leaf',
2526
'liquid',
2627
'markdown',

0 commit comments

Comments
 (0)