Questions tagged [textmatebundles]

TextMate Bundles are extensions to the Mac OS X programmers editor TextMate.

TextMate Bundles are extensions to the Mac OS X programmers editor TextMate. They offer syntax definitions, language specific snippets and commands, and other tools related to editing within specific programming languages or editing text in general.

172 questions
7
votes
6 answers

HTML5 formatting on MacOS X? (preferably with TextMate)

Are there any editors or bundles available for MacOS X that support formatting of HTML5 documents? Tidy errors out on newer tags like canvas.
Eric the Red
  • 5,364
  • 11
  • 49
  • 63
6
votes
1 answer

Opacity of background in Textmate2

I am new to Textmate 2. I have seen few people using textmate with a reduced opacity of the background color. I am trying to find a way to achieve that, but could not get to anything closer. I tried tweaking the bundle file for the default theme,…
Wizard
  • 1,154
  • 2
  • 14
  • 41
5
votes
2 answers

IN TextMate I can't create partials with Rails tmbundle

/Applications/TextMate.app/Contents/SharedSupport/Support/lib/ui.rb:355:in `to_plist': An object in the argument tree could not be converted (ArgumentError) from /Applications/TextMate.app/Contents/SharedSupport/Support/lib/ui.rb:355:in…
fivetwentysix
  • 7,379
  • 9
  • 40
  • 58
5
votes
2 answers

Is there a DOT bundle for TextMate?

Is there such a thing as a DOT bundle for TextMate?
yegor256
  • 102,010
  • 123
  • 446
  • 597
5
votes
2 answers

Add Javascript syntax highlighting to the HAML TM Bundle

I have the HAML TextMate bundle and inside of the :javascript block, I'd like to have proper javascript syntax highlighting. How could I modify the HAML bundle to do this?
trobrock
  • 46,549
  • 11
  • 40
  • 46
5
votes
1 answer

How do I use the W3C tidy-html5 bundle on Mac OS via TextMate OR command line?

I've installed the W3C tidy-html5 bundle here: ~/Library/Application Support/Avian/Pristine Copy/Bundles/tidy-html5 However, when I run the command in Terminal, it doesn't seem to recognize HTML5 tags. It seems like it's probably running the old…
suigeneris
  • 127
  • 7
5
votes
1 answer

Handlebars and Ember bundles

Are there any Textmate 2.0 bundles that are available for Handlebars, Ember, or both? I did find the following: https://github.com/drnic/Handlebars.tmbundle but it hasn't been updated in 2 years and I couldn't really get to work for me effectively…
ken
  • 8,763
  • 11
  • 72
  • 133
5
votes
1 answer

Error loading syntax file, CoffeeScript.tmLangauge, after upgrade to 2.0.1

I've already tried Package Control: Remove Pacakage and then installing it again. The CoffeeScript.tmLanguage should be as normal. Anyone else experiencing this? How can it be fixed? Here is the whole CoffeeScript.tmLanguage.
kornfridge
  • 5,102
  • 6
  • 28
  • 40
4
votes
2 answers

Shortcut to create a javascript function stub in Sublime Text 2

Is it possible to quickly create a method stub in Sublime Text 2? Perhaps a package I could install? For example, I bind something in jquery - $("p").bind("click", {foo: "bar"}, handler) Could I rightclick on handler, then choose an option to stub…
Finnnn
  • 3,530
  • 6
  • 46
  • 69
4
votes
2 answers

How to tell textmate to open .scss.erb files as SASS?

With Rails 3.1 I have to append my scss files with .erb to use images in my css. It's causing me a problem with textmate though. How do you tell textmate to always open .scss.erb files as SASS? Here's an illustration of my…
Lee McAlilly
  • 9,084
  • 12
  • 60
  • 94
4
votes
1 answer

Can't build XCode 4 Project from Textmate

I've opened a newly created XCode 4 project in TextMate (by dropping the project folder on the TextMate icon like the manual suggests) and have attempted to build it using the Command-B shortcut and selecting 2 for an XCode build. I get the…
John
  • 429
  • 1
  • 3
  • 17
4
votes
1 answer

How to update GetBundles in TextMate?

I originally installed GetBundles using Trey Piepmeier's instructions. Afterwards, I installed all TextMate bundles using GetBundles. I noticed that my copy of GetBundles was old, so I did the following: cd ~/Library/Application…
Matthew Rankin
  • 457,139
  • 39
  • 126
  • 163
4
votes
1 answer

RSpec TextMate Bundle [spec/autorun (LoadError)]

So I updated to the latest RSpec TextMate Bundle and I'm no longer able to run spec test with "Command R". I have a clean version version of TextMate installed. Rspec version 1.3.1 installed and the executable is working My project is a gem…
jspooner
  • 10,975
  • 11
  • 58
  • 81
4
votes
3 answers

PHP custom class and function autocompletion in TextMate project

Is there a bundle which completes my custom classes and functions in a TextMate project? Like the code hints with PHP core functions?
Koen.
  • 25,449
  • 7
  • 83
  • 78
4
votes
1 answer

Textmate TODO not working with JavaScript

I am trying to use Textmate's TODO bundle : // TODO: change click to tap /* TODO change click to tap */ Neither of these markups are captured... How can I specify a TODO in JavaScript?
Justin D.
  • 4,946
  • 5
  • 36
  • 69
1
2
3
11 12