@@ -157,10 +157,16 @@ 1: entity.valid - match: '(@)([^@\s¬]*)' scope: string.morph captures: + 1: entity.valid + 2: string.morph.regex + + - match: '(\$)([^@\s¬]*)' + scope: string.morph + captures: 1: entity.valid 2: string.morph.regex - match: '(/)[\w-]+' scope: string.tag