Skip to content

Commit

Permalink
Adjust syntax tests for ST4180+
Browse files Browse the repository at this point in the history
Booleans are scoped `constant.language.boolean.[true|false]`
in more recent ST builds.
  • Loading branch information
deathaxe committed Oct 10, 2024
1 parent 1e26d08 commit f482d83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/syntax_test_blade.blade.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* ^ - meta.embedded.blade source.blade meta.directive */
/* ^^^ keyword.control.directive.blade */
/* ^ punctuation.section.arguments.begin.blade */
/* ^^^^ source.php.embedded.blade constant.language.boolean.php */
/* ^^^^ source.php.embedded.blade constant.language.boolean */
/* ^ punctuation.section.arguments.end.blade */

@media (min-width: 768px) { }
Expand Down
2 changes: 1 addition & 1 deletion tests/syntax_test_blade.blade.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* ^ - meta.embedded.blade source.blade meta.directive */
/* ^^^ keyword.control.directive.blade */
/* ^ punctuation.section.arguments.begin.blade */
/* ^^^^ source.php.embedded.blade constant.language.boolean.php */
/* ^^^^ source.php.embedded.blade constant.language.boolean */
/* ^ punctuation.section.arguments.end.blade */

var app = {{ Illuminate\Support\Js::from($array) }};
Expand Down

0 comments on commit f482d83

Please sign in to comment.