Skip to content

Commit c47e545

Browse files
Merge pull request #61 from Logerfo/master
Added enum options to the markerType setting
2 parents 2d45cad + 9decef8 commit c47e545

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,15 @@
6767
"color-highlight.markerType": {
6868
"default": "background",
6969
"description": "Style of the highlight. Can be 'dot-before', 'dot-after', 'foreground', 'background', 'outline', 'underline'",
70-
"type": "string"
70+
"type": "string",
71+
"enum": [
72+
"dot-before",
73+
"dot-after",
74+
"foreground",
75+
"background",
76+
"outline",
77+
"underline"
78+
]
7179
},
7280
"color-highlight.markRuler": {
7381
"default": true,

0 commit comments

Comments
 (0)