Skip to content

Commit 8563acc

Browse files
committed
fix Sass highlighting in diff
1 parent 4440546 commit 8563acc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/coderay/scanners/sass.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@ class Sass < CSS
1818

1919
def setup
2020
@state = :initial
21-
@value_expected = false
2221
end
2322

2423
def scan_tokens encoder, options
2524
states = Array(options[:state] || @state)
2625
string_delimiter = nil
27-
value_expected = @value_expected
2826

2927
until eos?
3028

@@ -191,7 +189,6 @@ def scan_tokens encoder, options
191189

192190
if options[:keep_state]
193191
@state = states
194-
@value_expected = value_expected
195192
end
196193

197194
encoder

0 commit comments

Comments
 (0)