Skip to content

Commit

Permalink
Fix block types of various at-rules
Browse files Browse the repository at this point in the history
This commit fixes block type of @plugin, @theme and @Utility,
which actually define property lists.

This change is required to maintain compatibility with more recent ST builds.
  • Loading branch information
deathaxe committed Jan 4, 2025
1 parent 58fb21c commit 3c410ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tailwind CSS.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ contexts:
1: punctuation.definition.keyword.css.tailwind
push:
- tailwind-at-plugin-meta
- maybe-stylesheet-block
- maybe-property-list
- tailwind-at-plugin-path

tailwind-at-plugin-meta:
Expand Down Expand Up @@ -267,7 +267,7 @@ contexts:
1: punctuation.definition.keyword.css.tailwind
push:
- tailwind-at-theme-meta
- maybe-stylesheet-block
- maybe-property-list

tailwind-at-theme-meta:
- meta_include_prototype: false
Expand All @@ -281,7 +281,7 @@ contexts:
1: punctuation.definition.keyword.css.tailwind
push:
- tailwind-at-utility-meta
- maybe-stylesheet-block
- maybe-property-list
- tailwind-at-utility-name

tailwind-at-utility-meta:
Expand Down

0 comments on commit 3c410ee

Please sign in to comment.