Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mauroreisvieira/tailwindcss-highlighter

This package adds syntax definitions for the TailwindCSS
https://github.com/mauroreisvieira/tailwindcss-highlighter

css sublime-text syntax-highlighting tailwindcss

Last synced: about 1 month ago
JSON representation

This package adds syntax definitions for the TailwindCSS

Awesome Lists containing this project

README

        

![TailwindCSS Highlighter](./assets/screen.png)

# TailwindCSS Highlighter

This package adds syntax definitions for the [TailwindCSS](https://tailwindcss.com/).

> Thanks to [deathaxe](https://github.com/deathaxe) for the great help he gave in the development of this package.

## Install

**Package Control:**

1. Open `Command Palette` using menu item `Tools → Command Palette` or `CMD/CTRL` + `SHIFT` +`P`.
2. Choose `Package Control: Install Package`.
3. Type `TailwindCSS Highlighter` and press `ENTER`.

**Manually:**

1. Download latest release and unzip. it into your Packages folder.
2. Go to `Sublime Text → Preferences → Browse Packages`.
3. Move folder to inside and rename the folder to `TailwindCSS Highlighter`.

## Related Extensions
- [LSP-tailwindcss](https://github.com/sublimelsp/LSP-tailwindcss)