File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,25 @@ Preconfigured snippets for ember projects following Polaris Patterns.
1111- VSCode: https://marketplace.visualstudio.com/items?itemName=EmberTooling.emberjs-snippets
1212- Open VSX: https://open-vsx.org/extension/embertooling/emberjs-snippets
1313- (neo)vim:
14- - packer.nvim: ` use { "ember-tooling/snippets" } `
14+ - packer.nvim: ` use { "ember-tooling/snippets", branch: "neovim/main" } `
1515
1616
1717## Important
1818
1919This extension is optimized for developers that use Ember Polaris patterns and features, which are supported back to ember-source 3.28.
2020If you need Ember Octane (and earlier) snippets, this snippet pack is not for you.
2121
22+
23+ Main branches:
24+ - [ VSCode] [ vscode-main ]
25+ - [ NeoVim] [ neovim-main ]
26+
27+ ✨ Development happens on these branches ✨
28+
29+ [ vscode-main ] : https://github.com/ember-tooling/snippets/tree/vscode/main
30+ [ neovim-main ] : https://github.com/ember-tooling/snippets/tree/neovim/main
31+
32+
2233## Usage
2334
2435Many snippets will show up in auto-completion prompts as you're typing.
You can’t perform that action at this time.
0 commit comments