diff --git a/README.md b/README.md index 7f92268..e9b03aa 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Laravel is a colour scheme for Sublime Text 3. It is inspired by the syntax high ## Installation -### Package Control (coming soon, waiting PR to be merged) +### Package Control 1. Open the Command Pallette (Command + Shift + P on OSX, Ctrl + Shift + P on Windows/Linux) and choose *Install Package* 2. Choose *Laravel Colour Scheme* from the list diff --git a/messages.json b/messages.json index 26f323d..75105c2 100644 --- a/messages.json +++ b/messages.json @@ -1,4 +1,5 @@ { "install": "messages/install.txt", - "1.0.0": "messages/1.0.0.txt" + "1.0.0": "messages/1.0.0.txt", + "1.0.1": "messages/1.0.1.txt" } diff --git a/messages/1.0.1.txt b/messages/1.0.1.txt new file mode 100644 index 0000000..82c51f6 --- /dev/null +++ b/messages/1.0.1.txt @@ -0,0 +1,9 @@ +# Laravel Colour Scheme 1.0.1 + +- Improvements for rendering inline PHP in Blade templates +- Additional scoping for PHP class constant declaration and usage +- Better handling for closure syntax +- Additional scoping for various PHP function types +- Consistent rendering of single and double quote strings in HTML/Blade +- Broaden HTML tag, punctuation separators scopes +- Thanks to Jack McDade and Taylor Otwell for the design inspiration