Skip to content

Commit 176f63c

Browse files
committed
fix(languages): add XHTML
Signed-off-by: Guennadi Maximov C <g.maxc.fox@protonmail.com>
1 parent 7380ccf commit 176f63c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/triforce/languages.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Languages.langs = { ---@type table<string, TriforceLanguage>
1717
typescriptreact = { icon = '', name = 'TypeScript' }, -- nf-dev-react
1818
javascriptreact = { name = 'JavaScript', icon = '' }, -- nf-dev-react
1919
html = { name = 'HTML', icon = '' }, -- nf-dev-html5
20+
xhtml = { name = 'XHTML', icon = '' }, -- nf-dev-html5
2021
css = { name = 'CSS', icon = '' }, -- nf-dev-css3
2122
scss = { name = 'SCSS', icon = '' }, -- nf-dev-sass
2223
sass = { name = 'Sass', icon = '' }, -- nf-dev-sass

0 commit comments

Comments
 (0)