Skip to content

Commit adc8425

Browse files
author
Emily
authored
Merge pull request #62 from primer/remove-vscode-links
remove VSCode links to empty repos
2 parents b6cbc46 + 529ec8c commit adc8425

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@ The [Codemirror][codemirror] syntax theme is generated by the [codemirror](./lib
2323
- [codemirror-github-light](https://github.com/primer/codemirror-github-light)
2424
- [codemirror-github-dark](https://github.com/primer/codemirror-github-dark)
2525

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-
3326
### [Atom][atom]
3427

3528
The [Atom][atom] theme is built by `apm` converted from the [TextMate][tm] theme.

test/utils/header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ test("the current package version", t => {
2222
})
2323

2424
test("correct year", t => {
25-
t.regex(darkThemeHeader, /2017/)
25+
t.regex(darkThemeHeader, /2018/)
2626
})
2727

2828
test("package author", t => {

0 commit comments

Comments
 (0)