From bd6313372ea38c1960a0aa4f3f92caa8764cab8d Mon Sep 17 00:00:00 2001 From: Corey Johnson & Kevin Sawicki Date: Tue, 9 Oct 2012 10:42:38 -0700 Subject: [PATCH] Remove TextMate bundles from Atom source Bundles are now cloned into ~/.atom/bundles using `rake clone-default-bundles` --- Rakefile | 37 +- .../CoffeeScriptBundle.tmbundle/.gitignore | 1 - .../Commands/Align Assignments.tmCommand | 159 - .../Commands/CoffeeScript.sublime-build | 6 - .../Commands/Compile and Display JS.tmCommand | 33 - .../Commands/Insert Heredoc comment.tmCommand | 34 - ...ert Heredoc triple double quotes.tmCommand | 34 - ...ert Heredoc triple single quotes.tmCommand | 34 - .../Commands/New Function.tmCommand | 27 - .../Commands/Run selected text.tmCommand | 25 - .../Commands/Run.tmCommand | 32 - .../Preferences/CoffeeScript.tmPreferences | 36 - .../Disable Indent Corrections.tmPreferences | 17 - .../Preferences/Indent.tmPreferences | 27 - .../Symbol List Method 2.tmPreferences | 19 - .../Symbol List Method.tmPreferences | 17 - .../README.markdown | 21 - .../Snippets/Array comprehension.tmSnippet | 17 - .../Snippets/Bound Function.tmSnippet | 17 - .../Snippets/Class.tmSnippet | 20 - .../Snippets/Else if.tmSnippet | 17 - .../Snippets/Function.tmSnippet | 19 - .../Snippets/If __ Else.tmSnippet | 19 - .../Snippets/If.tmSnippet | 17 - .../Snippets/Interpolated Code.tmSnippet | 18 - .../Snippets/Object comprehension.tmSnippet | 17 - .../Range comprehension (exclusive).tmSnippet | 17 - .../Range comprehension (inclusive).tmSnippet | 17 - .../Snippets/Raw javascript.tmSnippet | 16 - .../Snippets/Switch.tmSnippet | 18 - .../Snippets/Ternary If.tmSnippet | 16 - .../Snippets/Try __ Catch.tmSnippet | 19 - .../Snippets/Unless.tmSnippet | 16 - .../Snippets/h1.tmSnippet | 16 - .../Snippets/h2.tmSnippet | 16 - .../Snippets/h3.tmSnippet | 16 - .../Snippets/log.tmSnippet | 16 - .../Snippets/require.tmSnippet | 16 - .../Syntaxes/CoffeeScript.tmLanguage | 736 --- .../CoffeeScriptBundle.tmbundle/info.plist | 114 - bundles/Readme.md | 1 + .../Commands/CodeCompletion CSS 2.tmCommand | 40 - ...deCompletion CSS Property Values.tmCommand | 40 - .../Commands/CodeCompletion CSS.tmCommand | 29 - .../Commands/Documentation for Property.plist | 182 - .../css.tmbundle/Commands/Insert Color.plist | 204 - bundles/css.tmbundle/Commands/Preview.plist | 277 -- .../Commands/Validate Selected CSS.plist | 44 - .../Insert Image URL.tmDragCommand | 42 - .../Macros/Format CSS Compressed.tmMacro | 190 - .../css.tmbundle/Macros/Format CSS.tmMacro | 100 - .../Preferences/Comments.tmPreferences | 36 - .../Preferences/Completions.tmPreferences | 102 - .../Preferences/Folding.tmPreferences | 19 - .../Preferences/Miscellaneous.tmPreferences | 46 - .../Property Completions.tmPreferences | 151 - .../Property Value Completions.tmPreferences | 144 - .../Preferences/PropertyName.tmPreferences | 22 - .../Symbol List: Group.tmPreferences | 19 - .../Preferences/Symbol list.tmPreferences | 19 - bundles/css.tmbundle/README.mdown | 20 - .../Snippets/!important CSS (!).plist | 18 - ...ed Position Bottom 100% wide IE6.tmSnippet | 18 - ...ttachment: scroll:fixed (background).plist | 16 - ...round-color: color-hex (background).plist | 16 - ...ound-color: color-name (background).plist | 16 - ...round-color: color-rgb (background).plist | 16 - ...und-color: transparent (background).plist | 16 - ...background-image: none (background).plist | 16 - .../background-image: url (background).plist | 16 - ...und-position: position (background).plist | 16 - ...-repeat: r:r-x:r-y:n-r (background).plist | 16 - ...eat attachment position (background).plist | 16 - ...tom-color: size style color (border).plist | 16 - ...tom-style: size style color (border).plist | 16 - ...tom-width: size style color (border).plist | 16 - ...er-bottom: size style color (border).plist | 16 - .../border-color: color (border).plist | 16 - .../border-left-color: color (border).plist | 16 - .../border-left-style: style (border).plist | 16 - .../border-left-width: size (border).plist | 16 - ...rder-left: size style color (border).plist | 16 - .../border-right-color: color (border).plist | 16 - .../border-right-style: style (border).plist | 16 - .../border-right-width: size (border).plist | 16 - ...der-right: size style color (border).plist | 16 - .../border-style: style (border).plist | 16 - .../border-top-color: color (border).plist | 16 - .../border-top-style: style (border).plist | 16 - .../border-top-width: size (border).plist | 16 - ...order-top: size style color (border).plist | 16 - .../border-width: width (border).plist | 16 - .../border: size style color (border).plist | 16 - .../Snippets/clear: value (clear).plist | 16 - .../Snippets/color: color-hex (color).plist | 16 - .../Snippets/color: color-name (color).plist | 16 - .../Snippets/color: color-rgb (color).plist | 16 - .../Snippets/cursor: type (cursor).plist | 16 - .../Snippets/cursor: url (cursor).plist | 16 - .../direction: ltr|rtl (direction).plist | 16 - .../Snippets/display: block (display).plist | 16 - .../display: common-types (display).plist | 16 - .../Snippets/display: inline (display).plist | 16 - .../display: table-types (display).plist | 16 - ...ageLoader [for IE PNGs] (background).plist | 19 - .../float: left:right:none (float).plist | 16 - .../font-family: family (font).plist | 16 - .../Snippets/font-size: size (font).plist | 16 - ...tyle: normal:italic:oblique (font).plist | 16 - ...-variant: normal:small-caps (font).plist | 16 - .../Snippets/font-weight: weight (font).plist | 16 - ...size:line-height font -family (font).plist | 16 - .../Snippets/font: size font (font).plist | 16 - ...letter-spacing: length-em (letter).plist | 16 - ...letter-spacing: length-px (letter).plist | 16 - .../list-style-image: url (list).plist | 16 - .../list-style-position: pos (list).plist | 16 - .../list-style-type: asian (list).plist | 16 - .../list-style-type: marker(list).plist | 16 - .../list-style-type: numeric (list).plist | 16 - .../list-style-type: other (list).plist | 16 - ...style-type: roman-alpha-greek (list).plist | 16 - ...st-style: type position image (list).plist | 16 - .../margin-bottom: length (margin).plist | 16 - .../margin-left: length (margin).plist | 16 - .../margin-right: length (margin).plist | 16 - .../margin-top: length (margin).plist | 16 - .../Snippets/margin: all (margin).plist | 16 - .../Snippets/margin: T R B L (margin).plist | 16 - .../Snippets/margin: V H (margin).plist | 16 - .../marker-offset: auto (marker).plist | 16 - .../marker-offset: length (marker).plist | 16 - ...y: [for Safari, FF and IE] (opacity).plist | 18 - .../Snippets/overflow: type (overflow).plist | 16 - .../padding-bottom: length (margin).plist | 16 - .../padding-left: length (margin).plist | 16 - .../padding-right: length (margin).plist | 16 - .../padding-top: length (margin).plist | 16 - .../padding: T R B L (padding).plist | 16 - .../Snippets/padding: V H (padding).plist | 16 - .../Snippets/padding: all (padding).plist | 16 - .../Snippets/position: type (position).plist | 16 - .../Snippets/properties { } ( } ).plist | 19 - .../css.tmbundle/Snippets/scrollbar.tmSnippet | 23 - .../css.tmbundle/Snippets/selection.tmSnippet | 20 - .../text-align: left:center:right (txt).plist | 16 - ...e:overline:line-through:blink (text).plist | 16 - .../Snippets/text-indent: length (text).plist | 16 - ...xt-shadow: color-hex x y blur (text).plist | 16 - ...xt-shadow: color-rgb x y blur (text).plist | 16 - .../Snippets/text-shadow: none (text).plist | 16 - ...sform: capitalize:upper:lower (text).plist | 16 - .../text-transform: none (text).plist | 16 - .../vertical-align: type (vertical).plist | 16 - .../visibility: type (visibility).plist | 16 - ...te-space: normal:pre:nowrap (white).plist | 16 - .../word-spacing: length (word).plist | 16 - .../word-spacing: normal (word).plist | 16 - .../Snippets/z-index: index (z).plist | 16 - bundles/css.tmbundle/Syntaxes/CSS.plist | 1004 ---- bundles/css.tmbundle/Tests/tests.css | 255 - bundles/css.tmbundle/info.plist | 391 -- .../About Persistent Includes.tmCommand | 145 - .../CodeCompletion HTML Attributes.tmCommand | 28 - .../CodeCompletion HTML Tags.tmCommand | 29 - ...vert Line : Selection to URL Escapes.plist | 29 - .../Commands/Convert to HTML Entities.plist | 40 - .../Convert to named entities excl tags.plist | 53 - .../Commands/Decode HTML Entities.plist | 41 - ...eric URL Escapes in Line : Selection.plist | 27 - .../Commands/Documentation for Tag.plist | 153 - ...ncrypt Line : Selection (ROT 13).tmCommand | 37 - .../Commands/Insert Close Tag.plist | 60 - .../Commands/Insert Entity….plist | 48 - .../Commands/Insert Tag Pair.plist | 61 - .../Commands/Persistent Include.tmCommand | 25 - .../Preview in All Active Browsers.plist | 64 - .../Refresh All Active Browsers.plist | 55 - .../Commands/Show Web Preview.tmCommand | 25 - .../Commands/Strip HTML tags.plist | 29 - bundles/html.tmbundle/Commands/Tidy.plist | 84 - .../Commands/Update Includes.tmCommand | 25 - .../Commands/Update Project.tmCommand | 25 - .../Commands/W3C validation.plist | 41 - ...Each Selected Line in Open:Close Tag.plist | 24 - .../DragCommands/Anchor Tag.plist | 33 - .../html.tmbundle/DragCommands/CSS Link.plist | 20 - .../DragCommands/Image Tag.plist | 52 - .../Insert Anchor href 2.tmDragCommand | 33 - .../Insert Anchor href.tmDragCommand | 33 - .../Insert Flash Movie (Swf).tmDragCommand | 143 - .../DragCommands/Insert JS Link.tmDragCommand | 22 - .../Insert QuickTime Movie.tmDragCommand | 48 - .../DragCommands/Insert URL.tmDragCommand | 33 - .../Delete whitespace between tags.plist | 42 - .../html.tmbundle/Preferences/Comments.plist | 30 - .../Completions HTML Attributes.tmPreferences | 346 -- .../Preferences/Empty tag typing pairs.plist | 26 - .../Preferences/Folding.tmPreferences | 35 - .../Indent Corrections.tmPreferences | 19 - .../Preferences/Miscellaneous.plist | 93 - .../Preferences/Symbol List: ID.plist | 17 - .../Preferences/Tag Completions.tmPreferences | 30 - .../Preferences/Tag preferences.plist | 48 - bundles/html.tmbundle/README.mdown | 20 - .../Snippets/Arrow (arrow).plist | 16 - .../Snippets/Backspace (backspace).plist | 16 - .../Snippets/Backtab (backtab).plist | 16 - .../Snippets/Command (command).plist | 16 - .../Snippets/Control (control).plist | 16 - .../Snippets/Delete (delete).plist | 16 - .../Snippets/DocType HTML 4.0 Strict.plist | 18 - .../Snippets/DocType HTML 5.plist | 17 - .../Snippets/DocType XHTL 1.0 Frameset.plist | 18 - .../Snippets/DocType XHTML 1.0 Strict.plist | 18 - .../DocType XHTML 1.0 Transitional.plist | 18 - .../Snippets/DocType XHTML 1.1.plist | 18 - .../html.tmbundle/Snippets/Down (down).plist | 16 - .../Snippets/Embed QT movie (movie).plist | 26 - .../Snippets/Emphasize.tmSnippet | 16 - .../Snippets/Enter (enter).plist | 16 - .../Snippets/Escape (escape).plist | 16 - .../html.tmbundle/Snippets/Fieldset.tmSnippet | 22 - .../HTML — 4.0 Transitional (doctype).plist | 18 - ...ment: Internet Explorer 5_0 only.tmSnippet | 16 - ...ment: Internet Explorer 5_5 only.tmSnippet | 16 - ...l Comment: Internet Explorer 5_x.tmSnippet | 16 - ...t: Internet Explorer 6 and below.tmSnippet | 16 - ...omment: Internet Explorer 6 only.tmSnippet | 16 - ...al Comment: Internet Explorer 7+.tmSnippet | 16 - ...ional Comment: Internet Explorer.tmSnippet | 16 - ...l Comment: NOT Internet Explorer.tmSnippet | 16 - .../Snippets/Input with Label.tmSnippet | 19 - .../html.tmbundle/Snippets/Left (left).plist | 16 - .../Snippets/Option (option).plist | 16 - .../html.tmbundle/Snippets/Option.tmSnippet | 18 - .../Snippets/Return (return).plist | 16 - .../Snippets/Right (right).plist | 16 - .../Snippets/Select Box.tmSnippet | 22 - .../Snippets/Shift (shift).plist | 16 - .../Smart return:indent for tag pairs.plist | 18 - .../html.tmbundle/Snippets/Strong.tmSnippet | 16 - .../html.tmbundle/Snippets/Tab (tab).plist | 16 - bundles/html.tmbundle/Snippets/Up (up).plist | 16 - .../Snippets/Wrap Selection In Tag.plist | 16 - .../Snippets/Wrap in .plist | 14 - .../Snippets/XHTML .plist | 16 - .../Snippets/XHTML