Thomas Aylott fd574d60c2 Renamed the "normal" for loop to "for (…) {…} (Classic)"
diff --git "a/Snippets/for (\342\200\246) {\342\200\246}.tmSnippet" "b/Snippets/for (\342\200\246) {\342\200\246}.tmSnippet"
index 9001c98..c6ddbf7 100644
--- "a/Snippets/for (\342\200\246) {\342\200\246}.tmSnippet"
+++ "b/Snippets/for (\342\200\246) {\342\200\246}.tmSnippet"
@@ -7,7 +7,7 @@
 	${0:$1[$20]}
 }</string>
 	<key>name</key>
-	<string>for (…) {…}</string>
+	<string>for (…) {…} (Classic)</string>
 	<key>scope</key>
 	<string>source.js</string>
 	<key>tabTrigger</key>
2009-02-15 08:14:35 +00:00
2009-02-15 08:14:33 +00:00
2009-02-15 08:14:35 +00:00
2009-02-15 08:14:35 +00:00
2009-02-15 08:14:33 +00:00

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)

S
Description
No description provided
Readme 366 KiB
Languages
JavaScript 77.8%
Ruby 18.2%
CSS 2.4%
HTML 1.6%