Skip to content

Commit

Permalink
chore(vsc): prepare to publish vsc extension
Browse files Browse the repository at this point in the history
  • Loading branch information
nvlang committed Jun 30, 2024
1 parent 5f519fe commit 6a83eaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extras/vscode-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [1.0.0] - 2024-06-28
## [1.0.0] - 2024-06-30

### Added

Expand Down
6 changes: 4 additions & 2 deletions extras/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,17 @@
"latex",
"tikz"
],
"description": "Tags to use for TeX components. Case-insensitive. Note: tag names must match the regex `[a-zA-Z][-.:0-9_a-zA-Z]*`, otherwise they will be ignored."
"description": "Tags to use for TeX components. Case-insensitive.",
"markdownDescription": "Tags to use for TeX components. Case-insensitive. Note: tag names must match the regex `[a-zA-Z][-.:0-9_a-zA-Z]*`, otherwise they will be ignored."
},
"sveltex.escapeTags": {
"type": "array",
"default": [
"verb",
"verbatim"
],
"description": "Tags to use for non-TeX verbatim components. Case-insensitive. Note: tag names must match the regex `[a-zA-Z][-.:0-9_a-zA-Z]*`, otherwise they will be ignored."
"description": "Tags to use for non-TeX verbatim components. Case-insensitive.",
"markdownDescription": "Tags to use for non-TeX verbatim components. Case-insensitive. Note: tag names must match the regex `[a-zA-Z][-.:0-9_a-zA-Z]*`, otherwise they will be ignored."
}
}
},
Expand Down

0 comments on commit 6a83eaf

Please sign in to comment.