Skip to content

Commit 5ef0ff7

Browse files
committed
Add texlab.hover.symbols setting
1 parent fca3295 commit 5ef0ff7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,16 @@
244244
"default": [],
245245
"description": "Customize the list of environments that are considered as symbols."
246246
},
247+
"texlab.hover.symbols": {
248+
"type": "string",
249+
"enum": [
250+
"none",
251+
"glyph",
252+
"image"
253+
],
254+
"default": "image",
255+
"description": "Describe how to render symbol-like commands when hovering."
256+
},
247257
"texlab.completion.matcher": {
248258
"type": "string",
249259
"enum": [

0 commit comments

Comments
 (0)