Skip to content

Commit 0f5922a

Browse files
fix: Correct spelling of LESS in extension.toml (#159)
1 parent b3a3f94 commit 0f5922a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extension.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ languages = [
4343
"HTML",
4444
"CSS",
4545
"SCSS",
46-
"Less",
46+
"LESS",
4747
"GraphQL",
4848
"Handlebars",
4949
"Markdown",
@@ -63,7 +63,7 @@ name = "Oxfmt Language Server"
6363
"JSONC" = "jsonc"
6464
"JSX" = "javascriptreact"
6565
"JavaScript" = "javascript"
66-
"Less" = "less"
66+
"LESS" = "less"
6767
"MDX" = "mdx"
6868
"Markdown" = "markdown"
6969
"SCSS" = "scss"

0 commit comments

Comments
 (0)