An open API service indexing awesome lists of open source software.

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

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()