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