Skip to content

Commit 93776c8

Browse files
committed
Add user_defined_tags.
1 parent 2eb6311 commit 93776c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Option | Default | Description
3737
**g:jsdoc_type_hook** | {} | Allow to insert default description depending on the type.
3838
**g:jsdoc_enable_es6** | 0 | Enable to use ECMAScript6's Shorthand function, Arrow function.
3939
**g:jsdoc_tags** | see :h | Allow use of alternate tags (the ones that support synonyms) per JSDoc documentation. Can be changed on a per tag basis, for example: `let g:jsdoc_tags = {} | let g:jsdoc_tags['param'] = 'arg'`
40+
**g:jsdoc_user_defined_tags** | {} | Allow use of `user_defined_tags`.
4041

4142
## Keymap
4243
Since version `0.3`, `g:jsdoc_default_mapping` was removed.

0 commit comments

Comments
 (0)