Skip to content

Commit

Permalink
add message for 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
braver authored Mar 16, 2024
1 parent e95edab commit b9e70ee
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"3.0.0": "messages/3.0.0.txt"
"3.0.0": "messages/3.0.0.txt",
"4.0.0": "messages/4.0.0.txt"
}
9 changes: 9 additions & 0 deletions messages/4.0.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Sass for Sublime Text 4.0
-------------------------

4.0 brings an almost complete rewrite of the SCSS syntax for Sublime.
This includes:
- improved support for various CSS features
- improved completions
- improved goto definition and symbol lists
- various bugfixes

0 comments on commit b9e70ee

Please sign in to comment.