I am using haml in ruby on rails and editing it in text mate. Here is my code copied right out of text mate. I get real weird tabbing syntax error, this is the extracted source. Not sure how to resolve this.
1: %ul
2: - @jobs.each do |job|
3: %li
4: = link_to(job) do
5: %strong.job_title
6: = job.title
7: %span.description
UPDATE
I also get this error
Inconsistent indentation: "\t " was used for indentation, but the rest of the document was indented using 2 spaces.
I recommend this bundle
https://github.com/handcrafted/handcrafted-haml-textmate-bundle
then retype the code, should solve the issue