From 59906f579ccffd76e6beb3b2077567471210c4bc Mon Sep 17 00:00:00 2001 From: Pavol Travnik Date: Wed, 31 Jan 2018 17:11:44 +0100 Subject: [PATCH] Adding TAB as separator --- Robot.tmLanguage | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Robot.tmLanguage b/Robot.tmLanguage index 200bb73..217c111 100644 --- a/Robot.tmLanguage +++ b/Robot.tmLanguage @@ -86,13 +86,13 @@ comment Settings table settings, like Library match - (?i)^(Library|Resource|Test Timeout|Test Template|Test Teardown|Test Setup|Default Tags|Force Tags|Metadata|Variables|Suite Setup|Suite Teardown)(?:( )|( \| )) + (?i)^(Library|Resource|Test Timeout|Test Template|Test Teardown|Test Setup|Default Tags|Force Tags|Metadata|Variables|Suite Setup|Suite Teardown)(?:( )|\t|( \| )) name constant.language begin - ^[^\.{3}]\S+ + ^[^(\.{3}|\t)]\S+ comment Keywords and test cases end