dbr / lisp.tmbundle
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit 75fc94f5110f26769058ddcd9fb822eea9bc11bf
tree 32a7c7e1f053ecb3da25b73facbbff10aa6bfdff
parent f21b7e9ba7ef47bba6d812bc83b3705d296d5fa9
tree 32a7c7e1f053ecb3da25b73facbbff10aa6bfdff
parent f21b7e9ba7ef47bba6d812bc83b3705d296d5fa9
| name | age | message | |
|---|---|---|---|
| |
Commands/ | ||
| |
Macros/ | ||
| |
Preferences/ | ||
| |
README.markdown | ||
| |
Snippets/ | ||
| |
Support/ | ||
| |
Syntaxes/ | ||
| |
info.plist |
README.markdown
A Lisp bundle for TextMate.
Ctrl+hsearches the HyperSpec using the current word (clicking goes to the appropriate section)Cmd+rexecutes the current script (seeBundles > Lisp > Helpfor more information on this)- There are currently snippets for
defconstant,defmacro,defparameter,defun,defvar,if,let, andsetf
This bundle is mainly by Zoetrope, originally found here, I (dbr) have added the "Run Script" command, and fixed up "Documentation For Current Word" to use the LispWorks HyperSpec (as the www.lisp.org one seems to have disappeared)

