Disabling spell checking in Ruby Haml TextMate Bundle
59 views
Skip to first unread message
David J.
unread,
Apr 3, 2008, 10:14:56 AM4/3/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Haml
Here is a quick hack that I've done to rid myself of many of
TextMate's squiggly underline spell check errors while looking
at .html.haml files.
1. (Intended for TextMate users who have the Ruby Haml bundle)
2. Show Bundle Editor
3. Click on "Ruby Haml" bundle.
4. Click the + and then "New Preference"
5. Give the new preference a name. I recommend "Spell Checking:
Disable"
6. Press tab. You will be in the Edit Preferences window in the top
right. Type in "{ spellChecking = 0; }" without the quotes.
7. Click down to the Scope Selector text field and type "text.haml"
without the quotes.
Let the group know if you have improvements, this was pretty quick and
dirty.