-
![CleanShot 2024-11-07 at 10 01 35](https://github.com/user-attachments/assets/75893337-24ee-4db3-830f-bd6cd1174640)
For syntax like
```haml
:css
body { padding: 0; }
- other_ruby_cod…
-
-
I'm using a Rails application that bundles HAML 6. There are some `.deface` files that replace or add some code, like:
```
/ insert_after 'erb:contains("delete")'
= link_to t('.send_message'), new_…
-
Hello!
I'm working in ruby on rails app and have some problem.
In console neovim auto recognizing is working good but Neovim.app it is failed.
Any ideas?
-
Found that when i add
- for post in site.categories.work
to my haml template i get error
```
(haml):10:in `render': undefined method `work' for # (NoMethodError)
from /usr/local/lib/ruby/ge…
-
I've tried (and failed) to do this with
```
- var some_haml = Haml(" \
.some-haml \
... \
");
```
costa updated
12 years ago
-
**Issue by [unyo](https://github.com/unyo)**
_Saturday Nov 08, 2014 at 02:42 GMT_
_Originally opened as https://github.com/adobe/brackets/issues/9875_
----
After opening this HAML file, attempting …
-
### Short Summary
title.
### Steps to Reproduce
```haml
!!!
%body
%form(action="/login" method="post")
```
### Expected results
`action` and `method` keywords are highlighted as H…
-
Hi there! First of all thank you for this great plugin, it's really cool :)
And I just want to ask, is there any way to use PHP or Blade PHP inside HAML tag attribute?
For exmple, I want to add value …
-