Skip to content

Commit

Permalink
feat: activate on glimmer js/ts (#224)
Browse files Browse the repository at this point in the history
Co-authored-by: ignace <[email protected]>
  • Loading branch information
IgnaceMaes and IgnaceMaes authored Feb 6, 2024
1 parent 7e3379e commit 51a5823
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Automatically add HTML/XML close tag, same as Visual Studio IDE or Sublime Text

## Note

From VS Code 1.16, it has [built-in close tag support](https://code.visualstudio.com/updates/v1_16#_html-close-tags) for HTML, Handlebars and Razor files. This extension is enabled for other languages like XML, PHP, Vue, JavaScript, TypeScript, JSX, TSX and so on. It is configurable.
From VS Code 1.16, it has [built-in close tag support](https://code.visualstudio.com/updates/v1_16#_html-close-tags) for HTML, Handlebars and Razor files. This extension is enabled for other languages like XML, PHP, Vue, JavaScript, TypeScript, JSX, TSX, GJS, GTS, and so on. It is configurable.

## Features

Expand Down Expand Up @@ -76,6 +76,8 @@ Add entry into `auto-close-tag.activationOnLanguage` to set the languages that t
"php",
"blade",
"ejs",
"glimmer-js",
"glimmer-ts",
"jinja",
"javascript",
"javascriptreact",
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
"php",
"blade",
"ejs",
"glimmer-js",
"glimmer-ts",
"jinja",
"javascript",
"javascriptreact",
Expand Down

0 comments on commit 51a5823

Please sign in to comment.