Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust selectors for Sublime Text 4 and refactored Blade syntax #50

Merged
merged 1 commit into from
Jan 3, 2023
Merged

Conversation

deathaxe
Copy link
Contributor

@deathaxe deathaxe commented Dec 22, 2022

This commit...

  1. adjusts scope to
    a) be forward compatible with a rewritten Laravel Blade syntax, which uses text.html.blade main scope.
    see: Rewrite Syntax for Sublime Text 4137+ Medalink/laravel-blade#195
    b) avoid snippets from being triggered within directives or embedded php source code.
  2. removes template comments from snippet files.
  3. modifies indentation from 4 space to tab.

Note: Overall content of snippets is maintained unchanged.

This commit...

1. adjusts `scope` to 
   a) be forward compatible with a rewritten Laravel Blade syntax,
      which uses `text.html.blade` main scope.
   b) avoid snippets from being triggered within directives or embedded
      php source code.
2. removes template comments from snippet files.
3. modifies indentation from 4 space to tab.

Note: Overall content of snippets is maintained unchanged.
@dev4dev dev4dev merged commit 72a9bab into dev4dev:master Jan 3, 2023
@deathaxe deathaxe deleted the st4 branch January 3, 2023 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants