Skip to content

Commit 1665758

Browse files
committed
add "Taks" to section completion
1 parent 80f1a84 commit 1665758

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

robotcode/language_server/robotframework/parts/completion.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ async def resolve(self, sender: Any, completion_item: CompletionItem) -> Complet
9292
"Variable",
9393
"Keyword",
9494
"Comment",
95+
"Task"
9596
]
9697
DEFAULT_SECTIONS_STYLE = "*** {name}s ***"
9798

0 commit comments

Comments
 (0)