From 2958538d0384526f3323007a5b59270169c31c45 Mon Sep 17 00:00:00 2001 From: Reuh Date: Sun, 11 Aug 2019 17:45:58 +0200 Subject: [PATCH] Fix @ --- Candran.sublime-syntax | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Candran.sublime-syntax b/Candran.sublime-syntax index 175fa55..923eeb4 100644 --- a/Candran.sublime-syntax +++ b/Candran.sublime-syntax @@ -371,6 +371,8 @@ contexts: scope: keyword.operator.arithmetic.candran - match: \~ scope: keyword.operator.bitwise.candran + - match: '@' + scope: variable.language.this.candran - match: not{{identifier_break}} scope: keyword.operator.logical.candran @@ -400,9 +402,6 @@ contexts: - match: self|@{{identifier_break}} scope: variable.language.this.candran pop: true - - match: '@{{identifier_start}}' - scope: variable.language.this.candran - pop: true support: - match: |-