@@ -347,6 +347,37 @@ class
347347# ^ variable.other.readwrite.coffee
348348# ^^ keyword.operator.word.coffee keyword.operator.comparison.coffee
349349# ^^^^^^^^ variable.other.readwrite.coffee
350+ # ^ punctuation.section.group.end.coffee
351+
352+ for a, b of @links
353+ # ^^^ keyword.control.loop.for.coffee
354+ # ^ variable.other.readwrite.coffee
355+ # ^ punctuation.separator.sequence.coffee
356+ # ^ variable.other.readwrite.coffee
357+ # ^^ keyword.control.loop.of.coffee
358+ # ^ variable.language.this.coffee
359+ # ^^^^^ variable.other.member.coffee
360+
361+ @links = ($ (a) for a of @$links unless a of filtered)
362+ # ^ variable.language.this.coffee
363+ # ^^^^^ variable.other.member.coffee
364+ # ^ keyword.operator.assignment.coffee
365+ # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.group.coffee
366+ # ^ punctuation.section.group.begin.coffee
367+ # ^ meta.function-call.identifier.coffee variable.function.coffee
368+ # ^^^ meta.function-call.arguments.coffee
369+ # ^ punctuation.section.group.begin.coffee
370+ # ^ variable.other.readwrite.coffee
371+ # ^ punctuation.section.group.end.coffee
372+ # ^^^ keyword.control.loop.for.coffee
373+ # ^ variable.other.readwrite.coffee
374+ # ^^ keyword.control.loop.of.coffee
375+ # ^ variable.language.this.coffee
376+ # ^^^^^^ variable.other.member.coffee
377+ # ^^^^^^ keyword.control.conditional.unless.coffee
378+ # ^ variable.other.readwrite.coffee
379+ # ^^ keyword.operator.word.coffee keyword.operator.comparison.coffee
380+ # ^^^^^^^^ variable.other.readwrite.coffee
350381# ^ punctuation.section.group.end.coffee
351382
352383### [ KEYWORDS ]### # ############################################################
0 commit comments