mirror of
https://github.com/tpope/vim-haml.git
synced 2025-12-06 09:14:25 +08:00
98645ebe88353bae341469df66d7fb1c9396a031
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
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
Languages
Vim Script
100%