Move highlight to underline

This commit is contained in:
Jake Howard 2019-10-29 16:30:14 +00:00
parent 2aed095e92
commit 5ed5b39d16
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -66,5 +66,6 @@
"latex-workshop.latex.autoBuild.run": "never", "latex-workshop.latex.autoBuild.run": "never",
"workbench.enableExperiments": false, "workbench.enableExperiments": false,
"update.mode": "none", "update.mode": "none",
"latex-workshop.bind.enter.key": false "latex-workshop.bind.enter.key": false,
"color-highlight.markerType": "underline",
} }