|
Project
|
Ruby
|
|
Priority
|
Normal |
|
Type
|
Feature |
|
Fix versions
|
RubyMine 4.5 EAP (build 118.472) |
|
State
|
Fixed |
|
Assignee
|
Anna Kutarba |
|
Subsystem
|
Editing |
|
Affected versions
|
No Affected versions |
|
Fixed in build
|
EDIT: +10 after I saw speed benchmarks!! Check em out at: https://github.com/stonean/slim (scroll down to benchmarks section)
True story.
it would be helpful for testing. Otherwise I will write my own (tiny) tests which (most likely) will not be very representative.
So, any links are welcome ;)
Ok, you can find some helpful information here: http://slim-lang.com/docs.html
and here: http://rdoc.info/github/stonean/slim/master/frames
of course on official page too: https://github.com/stonean/slim
I will 'donate' my view to this: git://gist.github.com/2399888.git
It is code for a private project, hopefully it does not make you cringe and is also complex enough.
I will reference HAML for this.
== are not marked as valid, example: selected_quote_ids variable is marked as not used
the obvious
html_tag =
doesn't have support because HAML expects the %
Those are probably the biggest issues, otherwise HAML markup is pretty good for SLIM.
And since SLIM Is less strict about whitespace, the HAML highlighter marks invalid non 2 space indenting, which slim does accept, but I usually just stick to it to make it look nice anyway.
Can we check beta version of slim support?
How it will be available in near future through EAP.