Skip to content

Commit 27ba390

Browse files
committed
default flags for variables
1 parent 3feac5b commit 27ba390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/coderay/scanners/scss.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def scan_tokens encoder, options
184184
elsif match = scan(/#{RE::HexColor}/o)
185185
encoder.text_token match, :color
186186

187-
elsif match = scan(/! *(?:important|optional)/)
187+
elsif match = scan(/! *(?:important|optional|default)/)
188188
encoder.text_token match, :important
189189

190190
elsif match = scan(/(?:rgb|hsl)a?\([^()\n]*\)?/)

0 commit comments

Comments
 (0)