diff --git a/nvim/snippets/snippets/docSetup.json b/nvim/snippets/snippets/docSetup.json index d79bcaa..3462406 100755 --- a/nvim/snippets/snippets/docSetup.json +++ b/nvim/snippets/snippets/docSetup.json @@ -1,6 +1,14 @@ { "docTitle": { "prefix": "prepareDoc", - "body": "$BLOCK_COMMENT_START\n*\t\t\t\t$WORKSPACE_NAME - $TM_FILENAME\n*\n*\tCreated by Janis Hutz $CURRENT_MONTH/$CURRENT_DATE/$CURRENT_YEAR, Licensed under ${1|the GPL V3,the MIT,a proprietary,the BSD,the LGPL V3,the Apache|} License\n*\t\t\thttps://janishutz.com, development@janishutz.com\n*\n*\n$BLOCK_COMMENT_END" + "body": [ + "$BLOCK_COMMENT_START", + " * $WORKSPACE_NAME - $TM_FILENAME", + " *", + " * Created by Janis Hutz $CURRENT_MONTH/$CURRENT_DATE/$CURRENT_YEAR, Licensed under ${1|the GPL V3,the MIT,a proprietary,the BSD,the LGPL V3,the Apache|} License", + " * https://janishutz.com, development@janishutz.com", + " *\n *", + "$BLOCK_COMMENT_END" + ] } -} \ No newline at end of file +}