Skip to content

Commit 560047c

Browse files
committed
improve completion
add missing theme and order alphabetically
1 parent 641d7c4 commit 560047c

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

src/resources/schema/document-code.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -105,29 +105,31 @@
105105
dark: path
106106
- string:
107107
completions:
108-
- pygments
109-
- tango
110-
- espresso
111-
- zenburn
112-
- kate
113-
- monochrome
114-
- breezedark
115-
- haddock
108+
- a11y
116109
- arrow
117110
- atom-one
118111
- ayu
119112
- ayu-mirage
120113
- breeze
114+
- breezedark
121115
- dracula
116+
- espresso
122117
- github
123118
- gruvbox
119+
- haddock
120+
- kate
121+
- monochrome
124122
- mokokai
123+
- none
125124
- nord
126125
- oblivion
127126
- printing
127+
- pygments
128128
- radical
129129
- solarized
130+
- tango
130131
- vim-dark
132+
- zenburn
131133
description:
132134
short: Specifies the coloring style to be used in highlighted source code.
133135
long: |

0 commit comments

Comments
 (0)