We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f996217 commit 6af8b4aCopy full SHA for 6af8b4a
1 file changed
apiDocAutocompletion.py
@@ -15,7 +15,7 @@ class apiDocAutocompletion(sublime_plugin.EventListener):
15
("@apiErrorExample\tapiDoc", "@apiErrorExample ${1:[{type\}]} ${2:[title]}\n* ${3:example}"),
16
("@apiExample\tapiDoc", "@apiExample ${1:[{type\}]} ${2:title}\n* ${3:example}"),
17
("@apiGroup\tapiDoc", "@apiGroup ${1:name}"),
18
- ("@apiHeader\taiDoc", "@apiHeader ${1:[(group)]} ${2:[{type\}]} ${3:[field=defaultValue]} ${4:[description]}"),
+ ("@apiHeader\tapiDoc", "@apiHeader ${1:[(group)]} ${2:[{type\}]} ${3:[field=defaultValue]} ${4:[description]}"),
19
("@apiHeaderExample\tapiDoc", "@apiHeaderExample ${1:[{type\}]} ${2:[title]}\n* ${3:example}"),
20
("@apiIgnore\tapiDoc", "@apiIgnore ${1:[hint]}"),
21
("@apiName\tapiDoc", "@apiName ${1:name}"),
0 commit comments