Skip to content

Commit 0933b26

Browse files
committed
Add postfix
1 parent 7787835 commit 0933b26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/luasnip-snippets/snippets/cpp/postfix.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ return {
5757
expr_tsp(".fwd", "std::forward<decltype(?)>(?)"),
5858
expr_tsp(".val", "std::declval<?>()"),
5959
expr_tsp(".dt", "decltype(?)"),
60+
expr_tsp(".uu", "(void)?"),
6061
tsp.treesitter_postfix(
6162
{
6263
trig = ".sc",

0 commit comments

Comments
 (0)