Sublime Forum

ColdFusion Syntax and Language files

#1

I’ve customized TextMate bundle for ColdFusion (CFTextMate) to work with Sublime.

Available here: nagpals.com/posts/sublime-coldfusion/

0 Likes

#2

What is changed from github.com/robrohan/coldfusion.tmbundle

You probably already know this, If you run the ant build target it will create a tmLanguage file based off of a cfeclipse dictionary xml file.
Which will also replace this in your tmLanguage file: @BUNDLE_UUID@ with a valid UUID.

By the way I’ve followed you on twitter and github :smile:

0 Likes

#3

I’m not sure where I got it from – I seldom use TextMate as for some reason, indentation in CF files always gets screwed up. But you might be right, that might be it. I think I had just checked it out, and don’t think I ran the build.

There are a whole bunch of quick snippets I’ve put in that I use myself… e.g., for all cffile actions, there are separate snippets.

So if you type cffile and press ctrl+space, you’ll see all of them.

The project is meant more to share what I’m using and to be customized by others as they see fit. Feel free to fork it on GitHub.

0 Likes