Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Mar 6, 2024
1 parent 53aa867 commit 9311ef5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Syntaxes/SCSS.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -470,8 +470,8 @@ contexts:
1: punctuation.definition.keyword.scss
push:
- scss-at-forward-meta
- scss-moulde-with
- scss-moulde-visibility
- scss-module-with
- scss-module-visibility
- scss-module-as
- maybe-quoted-url

Expand All @@ -489,7 +489,7 @@ contexts:
1: punctuation.definition.keyword.scss
push:
- scss-at-use-meta
- scss-moulde-with
- scss-module-with
- scss-module-as
- maybe-quoted-url

Expand Down Expand Up @@ -520,7 +520,7 @@ contexts:
- include: comments
- include: else-pop

scss-moulde-visibility:
scss-module-visibility:
- match: hide{{break}}
scope: keyword.control.visibility.hide.scss
push: scss-module-visibility-value
Expand All @@ -541,7 +541,7 @@ contexts:
scope: meta.generic-name.scss
- include: else-pop

scss-moulde-with:
scss-module-with:
- match: with{{break}}
scope: keyword.control.with.scss
set: scss-module-arguments-list
Expand Down

0 comments on commit 9311ef5

Please sign in to comment.