Skip to content

Instantly share code, notes, and snippets.

@sergeche
Created November 15, 2011 21:10
Show Gist options
  • Save sergeche/1368355 to your computer and use it in GitHub Desktop.
Save sergeche/1368355 to your computer and use it in GitHub Desktop.
SCSS support for Zen Coding TextMate
# right-click on Zen Coding.tmbundle, Show Package Contents, open Support/zen_editor.py and change line 170 to this:
doc_type = re.findall(r'\bhtml|css|xml|haml|scss\b', scope)[-1]
if doc_type == 'scss':
doc_type = 'css'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment