Skip to content

Commit

Permalink
fix(vhdl): add escape character before @zhaw to escape the @ symbol (…
Browse files Browse the repository at this point in the history
…conflict with doxygen commands)
  • Loading branch information
Thierry Delafontaine committed Feb 10, 2023
1 parent a71db21 commit 9e1cae7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,9 @@ All notable changes to the "zhaw-snippets" extension will be documented in this
- fix(python): moved one-line docstring onto the same line as the double quotes
(PEP257)
- fix(python): added space after '=' symbol


### Unpublished

- fix(vhdl): add escape character before @zhaw to escape the @ symbol (conflict
with doxygen commands)
2 changes: 1 addition & 1 deletion snippets/vhdl.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"${LINE_COMMENT} |_____|_| |_|______|_____/ 8401 Winterthur, Switzerland",
"${LINE_COMMENT} ============================================================",
"${LINE_COMMENT}! @file ${TM_FILENAME}",
"${LINE_COMMENT}! @author ${1:<author>} (${2:<initials>}@zhaw.ch)",
"${LINE_COMMENT}! @author ${1:<author>} (${2:<initials>}\\@zhaw.ch)",
"${LINE_COMMENT}! @copyright ${CURRENT_YEAR} ZHAW Institute of Embedded Systems",
"${LINE_COMMENT}! @date ${CURRENT_YEAR}-${CURRENT_MONTH}-${CURRENT_DATE}",
"${LINE_COMMENT}! @brief ${3:<brief description>}",
Expand Down

0 comments on commit 9e1cae7

Please sign in to comment.