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
0
votes
2 answers

TextMate-Like Bundle Functionality for Vim

I know Vim Snippets ( Using snippets.vim ) but is there something like Bundles ( or something to emulate it ) for vim
Rigel Glen
  • 1,289
  • 3
  • 14
  • 20
0
votes
1 answer

Why does VSCode not highlight anything when I use this textMate?

I am writing a logic gate simulator and have decided to make a VSCode extension for the language it uses. So far, I have a folder named lgc that contains the extension. Inside that folder there are the following: package.json: { "name": "Lgc", …
AwesomeCronk
  • 421
  • 6
  • 16
0
votes
2 answers

Let Textmate set *.php apart from *.css.php files, how?

I am working with dynamic generated CSS files. To let Apache know, they have to be preprocessed, they have to end with .php Now here is the Problem: Textmate won't discern / differ between *.css.php and *.php. When i set the .css.php file to the…
GregorVolkmann
  • 159
  • 2
  • 9
0
votes
2 answers

How can I get TextMate to recognize intellisense for ASP.NET MVC Razor views?

I'm using TextMate on a Mac as a front end designer and trying to open cshtml (razor) views to just tweak html, but the html intellisense does not trigger. How do i get html intellisense on the cshtml files?
0
votes
1 answer

How do I make a TextMate macro to open all files in my project that match a regular expression?

How do I make a TextMate macro to open all files in my project that match the regular expression, "/todolist/i"?
Zack Burt
  • 8,257
  • 10
  • 53
  • 81
0
votes
1 answer

TextMate Python bundle non-blocking

I created a bundle in TextMate for restarting the current Django project's associated Supervisor process. Running the code in the Python interpreter successfully restarts the process without blocking, however when I use it as a TextMate bundle (set…
jmagnusson
  • 5,799
  • 4
  • 43
  • 38
0
votes
1 answer

TextMate: Added custom syntax highlighting does not appear in list, so cannot be selected

I tried to load the Mozaic syntax highlighting into TextMate. While in fact I could create a new Bundle and load the file... ...it doesn't appear in the list of bundles, so I can't activate it. I tried restarting TextMate, but doesn't help. Anyone…
Joshua Muheim
  • 12,617
  • 9
  • 76
  • 152
0
votes
1 answer

TextMate: Anyway to browse/trace variables through classes/objects/files?

Is there a addon where let say I want to see the origin/stack/trace of a variable I can do so? I primarily want to see where variables are coming from, what classes and files they go through. If there is another editor that does this well Ill take…
NoviceCoding
  • 6,145
  • 2
  • 27
  • 33
0
votes
1 answer

Textmate - SVNMate

I've installed the latest version of SVNMate but the overlay icons are not showing on my files drawer. I can perform SVN actions through the bundle though. Has anyone else encountered this before and resolved it? I'm using TextMate 1.5.10(1631) demo…
bananaaus
  • 771
  • 1
  • 9
  • 10
0
votes
1 answer

how do I configure textmate to auto-replace words when combined with `?

How do I configure TextMate to auto-replace jquerycdn` with "http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" ?
Zack Burt
  • 8,257
  • 10
  • 53
  • 81
0
votes
0 answers

How can I fix Sublime Text's "Open all with current extension as..." feature?

I've used Sublime Text 2 and 3 for years now, for doing Rails work. I had it setup to use the ApplySyntax package to force *.html.haml files to use the HAML syntax package (from TextMate). Now, I can't get to remember that choice. I've tried…
David Krider
  • 886
  • 12
  • 27
0
votes
1 answer

Textmate Bundles - How to find the right ones, and is it possible to use more than one at the same time?

I've just decided to try switching over to TextMate from Komodo and I'm wondering how to determine what the best bundles are to use. I primarily code in HTML, CSS, JS, & PHP. I'm wondering if there are places where bundles are reviewed. For example,…
maxedison
  • 17,243
  • 14
  • 67
  • 114
0
votes
1 answer

Match on full filename in Textmate bundle fileTypes section

I want to modify the existing Textmate Groovy bundle so that it can be used for my Jenkinsfile files. In Syntaxes/Groovy.tmLanguage, there is the fileTypes section: fileTypes groovy
Sam
  • 5,997
  • 5
  • 46
  • 66
0
votes
1 answer

Adding Fortran syntax highlighting in Visual Studio 2017 via TextMate system

This link: https://learn.microsoft.com/en-us/visualstudio/ide/adding-visual-studio-editor-support-for-other-languages?view=vs-2017 Suggests I should be able to add syntax highlighting for .for files in Visual Studio 2017. I have added the Fortran…
Kyudos
  • 625
  • 4
  • 18
0
votes
2 answers

editing textmate bundle is not applied...why?

I'm coding in Ruby and I code like this iterator.each {|item| do_something} not like this(this is default snippet in textmate(ea|->) iterator.each { |item| do_something } so, I've just edit it using 'Bundles -> Bundle Editor -> Edit Snippets...'…
Hongseok Yoon
  • 3,148
  • 8
  • 36
  • 51