-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add skeletons for types & statements (closes #31)
These skeletons insert common types and statements using mnemonic keybinding. The "C-c C-t" prefix is used for types and the "C-c C-k" prefix is used for keywords. Some of the statement skeletons ("if", "elsif", "else" & "unless") wrap around the region if it is defined. Turning an existing block of code into a conditional block of code is now an easy task with braces and indentation handled automatically.
- Loading branch information
Showing
3 changed files
with
670 additions
and
14 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
Oops, something went wrong.