From 75cb1ce196093483f98baa83f531fc7911e1dd98 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Mon, 9 Dec 2019 23:34:31 +0100 Subject: [PATCH] Manually convert Robot.sublime-syntax --- assets/syntaxes/Robot.sublime-syntax | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/syntaxes/Robot.sublime-syntax b/assets/syntaxes/Robot.sublime-syntax index 85e4f6d5..0faa2735 100644 --- a/assets/syntaxes/Robot.sublime-syntax +++ b/assets/syntaxes/Robot.sublime-syntax @@ -52,3 +52,6 @@ contexts: - meta_scope: keyword.control.robot - match: '($|\||\s{2,})' pop: true + - match: (?i)^\s+(Given|When|and|but|Then) + comment: BDD keywords + scope: string.robot.bdd