We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7873383 commit 37a3181Copy full SHA for 37a3181
README.md
@@ -727,7 +727,7 @@ await waitFor(() => {
727
| -------- | ------- | -------------------------------------- |
728
| `use` | Use | `@use "$TABSTOP";` |
729
| `use*` | Use \* | `@use "$TABSTOP" as *;` |
730
-| `forw` | Forward | `@forward "$TABSTOP" with ($TABSTOP);` |
+| `for` | Forward | `@forward "$TABSTOP" with ($TABSTOP);` |
731
732
## Contributing
733
lua/vim-react-snippets/luasnippets/scss.lua
@@ -22,7 +22,7 @@ return {
22
t('" as *;'),
23
}),
24
s({
25
- trig = "forw",
+ trig = "for",
26
name = "Forward",
27
}, {
28
t('@forward "'),
0 commit comments