File tree 2 files changed +1
-8
lines changed 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,6 @@ The [Codemirror][codemirror] syntax theme is generated by the [codemirror](./lib
23
23
- [ codemirror-github-light] ( https://github.com/primer/codemirror-github-light )
24
24
- [ codemirror-github-dark] ( https://github.com/primer/codemirror-github-dark )
25
25
26
- ### [ Visual Studio Code] [ vscode ]
27
-
28
- The [ Visual Studio Code] [ vscode ] syntax theme is generated by the vscode adapter.
29
-
30
- - [ github-vscode-syntax-light] ( https://github.com/primer/github-vscode-syntax-light )
31
- - [ github-vscode-syntax-dark] ( https://github.com/primer/github-vscode-syntax-dark )
32
-
33
26
### [ Atom] [ atom ]
34
27
35
28
The [ Atom] [ atom ] theme is built by ` apm ` converted from the [ TextMate] [ tm ] theme.
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ test("the current package version", t => {
22
22
} )
23
23
24
24
test ( "correct year" , t => {
25
- t . regex ( darkThemeHeader , / 2 0 1 7 / )
25
+ t . regex ( darkThemeHeader , / 2 0 1 8 / )
26
26
} )
27
27
28
28
test ( "package author" , t => {
You can’t perform that action at this time.
0 commit comments