forked from James-Yu/LaTeX-Workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix James-Yu#4313 Include (arg) macro signature in package intellisense
- Loading branch information
Showing
746 changed files
with
76,430 additions
and
1,597 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,24 @@ | ||
{ | ||
"includes": {}, | ||
"macros": { | ||
"framezoom<><>()()": { | ||
"snippet": "framezoom<${1:button overlay specification}><${2:zoomed overlay specification}>(${3:upper left x},${4:upper left y})(${5:zoom area width},${6:zoom area depth})" | ||
}, | ||
"framezoom<><>[]()()": { | ||
"snippet": "framezoom<${2:button overlay specification}><${3:zoomed overlay specification}>[${1:options}](${4:upper left x},${5:upper left y})(${6:zoom area width},${7:zoom area depth})", | ||
"keyvalindex": 0, | ||
"keyvalpos": 2 | ||
}, | ||
"insertcontinuationcount": {}, | ||
"insertcontinuationcountroman": {}, | ||
"insertcontinuationtext": {} | ||
}, | ||
"envs": {}, | ||
"options": [], | ||
"keyvals": [] | ||
"keyvals": [ | ||
[ | ||
"border", | ||
"border=${1:width in pixels}" | ||
] | ||
] | ||
} |
Oops, something went wrong.