Skip to content
This repository was archived by the owner on Nov 2, 2020. It is now read-only.

Adding TAB as separator #215

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Robot.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@
<key>comment</key>
<string>Settings table settings, like Library</string>
<key>match</key>
<string>(?i)^(Library|Resource|Test Timeout|Test Template|Test Teardown|Test Setup|Default Tags|Force Tags|Metadata|Variables|Suite Setup|Suite Teardown)(?:( )|( \| ))</string>
<string>(?i)^(Library|Resource|Test Timeout|Test Template|Test Teardown|Test Setup|Default Tags|Force Tags|Metadata|Variables|Suite Setup|Suite Teardown)(?:( )|\t|( \| ))</string>
<key>name</key>
<string>constant.language</string>
</dict>
<dict>
<key>begin</key>
<string>^[^\.{3}]\S+</string>
<string>^[^(\.{3}|\t)]\S+</string>
<key>comment</key>
<string>Keywords and test cases</string>
<key>end</key>
Expand Down