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 7787835 commit 0933b26Copy full SHA for 0933b26
lua/luasnip-snippets/snippets/cpp/postfix.lua
@@ -57,6 +57,7 @@ return {
57
expr_tsp(".fwd", "std::forward<decltype(?)>(?)"),
58
expr_tsp(".val", "std::declval<?>()"),
59
expr_tsp(".dt", "decltype(?)"),
60
+ expr_tsp(".uu", "(void)?"),
61
tsp.treesitter_postfix(
62
{
63
trig = ".sc",
0 commit comments