Skip to content

Commit

Permalink
Merge pull request #2 from michaeldyrynda/chore/prepare-1.0.1
Browse files Browse the repository at this point in the history
Add tweaks for various language scopes
  • Loading branch information
michaeldyrynda authored Sep 19, 2017
2 parents bc55b27 + 8ed0faf commit af78d5b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
@@ -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"
}
9 changes: 9 additions & 0 deletions messages/1.0.1.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit af78d5b

Please sign in to comment.