-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from michaeldyrynda/chore/prepare-1.0.1
Add tweaks for various language scopes
- Loading branch information
Showing
3 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |