mirror of
https://github.com/kennethreitz-archive/kJS.tmbundle.git
synced 2026-06-05 23:50:19 +00:00
32eedf8f10
Beginning Help document / GitHub readme
15 lines
260 B
Markdown
15 lines
260 B
Markdown
This document describes the commands of the TextMate Javascript bundle.
|
|
|
|
# Command Reference
|
|
|
|
* **Documentation for Word / Selection** (WebView Window)
|
|
|
|
Searches your selection in a Javascript documentation website.
|
|
|
|
# Snippets
|
|
|
|
if
|
|
if ... else
|
|
for
|
|
for (in)
|