https://github.com/zk-phi/ewow-autopair
An autopair extension for EWOW
https://github.com/zk-phi/ewow-autopair
ahk emacs
Last synced: 3 months ago
JSON representation
An autopair extension for EWOW
- Host: GitHub
- URL: https://github.com/zk-phi/ewow-autopair
- Owner: zk-phi
- Created: 2013-08-30T03:42:34.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-30T03:44:43.000Z (over 12 years ago)
- Last Synced: 2024-12-30T21:16:03.650Z (over 1 year ago)
- Topics: ahk, emacs
- Language: AutoHotkey
- Homepage:
- Size: 102 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.org
Awesome Lists containing this project
README
* lib_autopair.ahk
an autpair extension for EWOW.
** Usage
Load this library
: #Include lib_autopair.ahk
and bind keys.
: #If !ignored_frame() && !cx
: ,:: smart_colon()
: [:: smart_bracket()
: +[:: smart_brace()
: +':: smart_dquot()