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
46
votes
5 answers

Enabling Liquid templating syntax highlight in webStorm/phpStorm

I wonder if someone managed to enable the Liquid templating engine syntax highlighting in WebStorm IDE, I work a lot on Shopify stores and really like using Webstorm for that purpose. Did anyone managed to get this working? I found some resources…
Ilia luk
  • 2,065
  • 2
  • 16
  • 18
43
votes
30 answers

What are some useful TextMate shortcuts?

Macs are renowned (or bemoaned) for having an extensive number of shortcuts. However, OS X itself pales in comparison to the shortcut lists in TextMate and its bundles. What are some useful keyboard shortcuts you use?
Tony Pitale
  • 1,192
  • 2
  • 11
  • 23
30
votes
4 answers

Error running osascript -e 'tell app "TextMate" to reload bundles'

I'm trying to install Cucumber bundle for TextMate2. I followed the following instructions from the official page https://github.com/cucumber/cucumber-tmbundle: mkdir -p ~/Library/Application\ Support/TextMate/Bundles/ cd ~/Library/Application\…
carpamon
  • 6,515
  • 3
  • 38
  • 51
18
votes
2 answers

Is there a better Python bundle for textmate than the one in the bundle repository?

At this time Textmate's official Python bundle is really bare bones, especially in comparison to the Ruby bundle. Does anyone know of a Python bundle that is more complete? EDIT: I am fully aware that there are editors and environments that are…
guns
  • 10,550
  • 3
  • 39
  • 36
18
votes
3 answers

TextMate - How to install a bundle?

I see a lot of bundles here I'd like to get my hands on http://svn.textmate.org/trunk/Bundles/ The problem is I don't know how to install them. I've read the section 5 of manual dedicated to bundles, but there's no example how to install those from…
Murgh
  • 507
  • 3
  • 6
  • 12
15
votes
2 answers

In Textmate2, how do you disable the header-styles in Markdown documents?

I am currently trying to disable or tweak the new "headline-style" that was introduced with TM2 (or the bundle?). The undesired behaviour will change the font-size and family for the line depending on the headline level. Here is an example…
m3nt0r
  • 477
  • 3
  • 9
11
votes
2 answers

How do I install the ES6 tmLanguage into TextMate 2?

I want to install the ES6 language syntax highlighting at https://github.com/Benvie/JavaScriptNext.tmLanguage for TextMate 2. I cloned the repo, but it has a .tmLanguage directory with multiple files (.tmTheme, .tmLanguage, etc.). Apparently, TM2…
deitch
  • 14,019
  • 14
  • 68
  • 96
10
votes
6 answers

Textmate cucumber bundle issues - 'Run Feature' producing errors

From a cucumber feature file when I go to 'Run features' Im getting the error below in the popup box that appears. How do I fix this? /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in gem_original_require': no such file to load --…
Evolve
  • 8,939
  • 12
  • 51
  • 63
10
votes
1 answer

TextMate Live Preview of GFM (GitHub flavored Markdown)

I found TextMate support for GitHub flavored Markdown http://github.github.com/github-flavored-markdown/ and now try to install (lots of ruby stuff needs to be installed, struggling..) then will try to have live preview feature. Perhaps, it is…
user1028880
9
votes
4 answers

TextMate js.erb: toggle <%= %>, <% %>

I'm using a js.erb template to render some jQuery. When editing an html.erb file in TextMate, I frequently use the convenient key combo, ctrl+>, to create and then toggle the following tags: <%= %> <% %> <%- -%> <%# %> This shortcut doesn't…
balexand
  • 9,549
  • 7
  • 41
  • 36
9
votes
1 answer

WebStorm and PHP syntax highlighting in WebStorm

I have WebStorm and really like it. I don't use PHP very often, but I'm working on a project that uses it... So, I'm trying to get basic syntax highlighting in WebStorm. I've tried using this plugin already…
Dave
  • 723
  • 7
  • 19
8
votes
4 answers

TextMate toggle comment macro is broken

My laptop crashed and when it rebooted, "cmd /" (toggle comment) was broken. When I try to toggle comments on a line that only contains "foo", I get this output in my code instead of "# foo": /tmp/temp_textmate.2erfLj:68:in /bin/bash: -c: line…
nannerpus
  • 1,425
  • 1
  • 12
  • 11
8
votes
2 answers

adding a new textmate grammar to visual studio 2015 update 1

In the visual studio 2015 update 1 release blog post (https://blogs.msdn.microsoft.com/visualstudio/2015/11/30/visual-studio-update-1-rtm/) the ability to add textmate bundles (or grammars) is explicitly mentioned: Editor support for new languages.…
Botond Xantus
  • 83
  • 1
  • 5
8
votes
1 answer

Formatting ERB Templates automatically in textmate

When writing ERB templates in Ruby on Rails using Textmate formatting by hand pretty much sucks. Do anyone know of a textmate bundle that handles formatting of ERB templates/views? My googling has found nothing. Thanks!
Scott Schulthess
  • 2,853
  • 2
  • 27
  • 35
7
votes
3 answers

textmate bundle for coffeescript

I'm trying to add the textmate bundle for coffeescript. I've followed the instructions on github - https://github.com/jashkenas/coffee-script-tmbundle When I try to compile & display JavaScript I get the following error -…
Finnnn
  • 3,530
  • 6
  • 46
  • 69
1
2 3
11 12