Skip to content

Commit

Permalink
chore: release v1.14.0 (#93)
Browse files Browse the repository at this point in the history
* chore: release v1.14.0

* chore: add eol
  • Loading branch information
iChenLei authored Nov 22, 2021
1 parent e650d8b commit 93e6c42
Show file tree
Hide file tree
Showing 5 changed files with 861 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
out
node_modules
node_modules
.DS_Store
*.vsix
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.14.0] - 2021-11-22
### Fixed
- Fix `css variables` and `at_rule` syntax highlight

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Adds syntax highlighting and code completion to `Stylus` files in Visual Studio
* Symbols provider
* Completion for selectors, properties, values, variables, functions etc.
* Color preview
* Color picker

![Completion in Action](https://user-images.githubusercontent.com/14012511/142596271-9a31c14e-4df0-4b55-be9f-d0f28eba9a5d.gif)

Expand Down
Loading

0 comments on commit 93e6c42

Please sign in to comment.