Skip to content

Commit

Permalink
Rename functions
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Mar 6, 2024
1 parent 9311ef5 commit dbce79f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Syntaxes/SCSS.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ contexts:
- include: scss-variables
- include: scss-operators
- include: scss-variadics
- include: sass-namespaced-functions
- include: scss-functions
- include: scss-expressions-or-map

scss-expressions:
Expand Down Expand Up @@ -899,7 +899,7 @@ contexts:

###[ SCSS FUNCTION CALLS ]#####################################################

sass-namespaced-functions:
scss-functions:
# qualified functions always belong to SCSS
- match: ({{ident}})(\.)([[:alpha:]_][[:alnum:]_]*)(?=\()
scope: meta.function-call.identifier.css
Expand Down

0 comments on commit dbce79f

Please sign in to comment.