emacs-slim icon indicating copy to clipboard operation
emacs-slim copied to clipboard

Syntax highlighting for Slim

Results 6 emacs-slim issues
Sort by recently updated
recently updated
newest added

`==` symbol after tag was rendered in different faces, first `=` in default face, second `=` in `font-lock-preprocessor-face`. This was because this rule captured first `=` in its `[^!]` part:...

In Slim, if control code or output block does not contain `do`, but the next line is indented, it gets implicit do. From Slim readme: > The content in the...

I am using slim templates in Ruby on Rails. I have some files with name scheme such as `index.html.slim` or `show.html.slim` None of these files auto-indent new line. When I...

When using == in code inside a = block the syntax gets thrown off a bit.

When working with javascript: blocks within a slim file the indentation can get out of hand since there doesn't seem to be awareness that you're in a JS block and...

When enable subword-mode, subword-backward-kill is not work correct, it behavior same as original backward-kill-word. Thanks.