Nathaniel Watts 98645ebe88 Add colon classes to HAML syntax
This adds syntax detection for HAML files.

An example would be if using classes provided by [Tailwind CSS][1]

IE:

```html
<div class="flex sm:inline-flex md:block lg:hidden xl:flex ...">
  <!-- ... -->
</div>
```

```haml
.flex.sm:inline-flex.md:block.lg:hidden.xl:flex
  # ...
```

[1]: https://tailwindcss.com/docs/flexbox-display#responsive
2018-08-21 17:26:03 -04:00
2014-04-03 08:45:48 -04:00
2014-04-03 18:09:48 -04:00
2017-05-08 16:34:21 -04:00
2018-08-21 17:26:03 -04:00
2015-10-05 15:41:52 -04:00

vim-haml

This project contains the runtime files for Haml, Sass, and SCSS that ship with Vim. You only need it if you want the very latest updates.

License

Copyright (c) Tim Pope. Distributed under the same terms as Vim itself. See :help license.

Description
Vim runtime files for Haml, Sass, and SCSS
Readme 188 KiB
Languages
Vim Script 100%