Skip to content

Commit 5c17687

Browse files
authored
Merge pull request #1923 from kaermorchen/patch-3
Add Glint to the list of the VSCode packages
2 parents ba3940a + f8b8731 commit 5c17687

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.local.dic

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ Getters
8585
GitLab
8686
GIFs
8787
globbing
88+
GlimmerX
8889
*google
8990
hackable
9091
HammerJS

guides/release/code-editors/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ and maintain consistent coding styles between different editors and IDEs.
3535
[Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) -
3636
Prettier is an opinionated code formatting tool. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary. Prettier supports Handlebars, Ember and Glimmer out of the box.
3737

38+
### Glimmer templates
39+
40+
[Glint](https://marketplace.visualstudio.com/items?itemName=typed-ember.glint-vscode) is a set of tools to aid in developing code that uses the Glimmer VM for rendering, such as Ember.js v3.24+ and GlimmerX projects.
41+
3842
## Vim and Neovim
3943

4044
Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient.

0 commit comments

Comments
 (0)