Skip to content

Commit a6bde27

Browse files
author
Adam Argyle
committed
adds in and hue keywords to gradients
1 parent 0c3a7a2 commit a6bde27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

grammars/css.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@
868868
'name': 'meta.function.gradient.css'
869869
'patterns': [
870870
{
871-
'match': '(?i)(?<![\\w-])(from|to|at)(?![\\w-])'
871+
'match': '(?i)(?<![\\w-])(from|to|at|in|hue)(?![\\w-])'
872872
'name': 'keyword.operator.gradient.css'
873873
}
874874
{

0 commit comments

Comments
 (0)