forked from Shougo/neosnippet-snippets
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update c.snip, cpp.snip, python.snip, and sh.snip
cpp.snip: fix snippet of enum struct * add name placeholder * semicolon is required cpp.snip: update snippet of try-catch set default value `...` (any exception is catched) cpp.snip: update snippet of lambda expression * to jump to end of body * semicolon is sometimes required (e.g. in case of declaration) c.snip: update snippet of for * add type specifier: default is int (C99 feature) * set default index to i * set default initial value to 0 python.snip: use hard tab for indentation python.snip: set default value `pass` sh.snip: fix snippet of heredoc
- Loading branch information
Showing
4 changed files
with
37 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters