tailwind-ctp-intellisense/CHANGELOG.md

22 lines
756 B
Markdown
Raw Normal View History

2018-08-28 19:40:20 +00:00
# Changelog
2018-11-07 00:13:17 +00:00
## 0.1.16
- add support for [EEx templates](https://hexdocs.pm/phoenix/templates.html), via [vscode-elixir](https://marketplace.visualstudio.com/items?itemName=mjmcloug.vscode-elixir) thanks [@dhc02](https://github.com/dhc02)
2018-11-02 11:19:21 +00:00
## 0.1.15
- add support for [leaf](https://github.com/vapor/leaf) files (#16)
2018-08-28 19:40:20 +00:00
## 0.1.10
- add syntax definitions for `@apply` and `config()`:
**Before:**
<img src="https://user-images.githubusercontent.com/2615508/44740655-ed02ee80-aaf2-11e8-8d3e-1075e0801fd7.png" alt="Syntax highlighting before update" width="345" />
**After:**
<img src="https://user-images.githubusercontent.com/2615508/44740606-cba20280-aaf2-11e8-92b8-42adbfe54c61.png" alt="Syntax highlighting after update" width="345" />