I hereby claim:
- I am tuxified on github.
- I am tuxified (https://keybase.io/tuxified) on keybase.
- I have a public key ASAb-5J7D3XEyMD9xYp_NbDY8gU61tSO8-f8W5-UxQDYYwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
# -*- coding: utf-8 -*- | |
# haml.py - sublimelint package for checking haml files | |
# Save in your sublimelint folder, for example Mac OSX: ~/Library/Application Support/Sublime Text 2/Packages/SublimeLinter/sublimelinter/modules | |
import re | |
from base_linter import BaseLinter | |
CONFIG = { | |
'language': 'ruby haml', |