mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
now multiple snippet with the same supported.
This commit is contained in:
parent
60dbaced97
commit
43a6cd532c
3
snippets/c++-mode/inc
Normal file
3
snippets/c++-mode/inc
Normal file
@ -0,0 +1,3 @@
|
||||
#name : #include "..."
|
||||
# --
|
||||
#include "$1"
|
3
snippets/c++-mode/inc.1
Normal file
3
snippets/c++-mode/inc.1
Normal file
@ -0,0 +1,3 @@
|
||||
#name : #include <...>
|
||||
# --
|
||||
#include <$1>
|
Loading…
x
Reference in New Issue
Block a user