This repository was archived by the owner on Nov 2, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2828</dict >
2929<dict >
3030<key >begin </key >
31- <string >((?< !\\)([$ & ]{) |(?< =\\\\)( [$& ]{)) </string >
31+ <string >((?< !\\)|(?< =\\\\)) [$& ]{ </string >
3232<key >comment </key >
3333<string >Robot Framework scalar and dictionary variables </string >
3434<key >end </key >
5050<key >comment </key >
5151<string >Robot Framework data tables </string >
5252<key >match </key >
53- <string >(?i)^(\* {1,3} ?)(settings?|variables?|keywords?|test cases?)( ?\*{1,3})? </string >
53+ <string >(?i)^(\|\s*)?(\* {1,3} ?)(settings?|variables?|keywords?|test cases?)( ?\*{1,3})?(\s*\| )? </string >
5454<key >name </key >
5555<string >string.robot.header </string >
5656</dict >
5757<dict >
5858<key >begin </key >
59- <string >(?i)^\s* \[?Documentation\]?\s+ </string >
59+ <string >(?i)(^\|\s*)? \[?Documentation\]?\s+ </string >
6060<key >comment </key >
6161<string >Test case, keyword and settings table documentation </string >
6262<key >end </key >
8686<key >comment </key >
8787<string >Settings table settings, like Library </string >
8888<key >match </key >
89- <string >(?i)^(Library|Resource|Test Timeout|Test Template|Test Teardown|Test Setup|Default Tags|Force Tags|Metadata|Variables|Suite Setup|Suite Teardown)(?:( )|( \| )) </string >
89+ <string >(?i)^(\|\s*)?( Library|Resource|Test Timeout|Test Template|Test Teardown|Test Setup|Default Tags|Force Tags|Metadata|Variables|Suite Setup|Suite Teardown)(?:( )|( \| )) </string >
9090<key >name </key >
9191<string >constant.language </string >
9292</dict >
9393<dict >
9494<key >begin </key >
95- <string >^[ ^\.{3}] \S+ </string >
95+ <string >^(\|\s+)?(?! ^\.{3})(?![\|$ & ]) \S+ </string >
9696<key >comment </key >
9797<string >Keywords and test cases </string >
9898<key >end </key >
99- <string >$ </string >
99+ <string >($|\||\s{2,}) </string >
100100<key >name </key >
101101<string >keyword.control.robot </string >
102102</dict >
You can’t perform that action at this time.
0 commit comments