Skip to content

Commit

Permalink
Merge pull request #62 from primer/remove-vscode-links
Browse files Browse the repository at this point in the history
remove VSCode links to empty repos
  • Loading branch information
Emily authored Oct 9, 2018
2 parents b6cbc46 + 529ec8c commit adc8425
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ The [Codemirror][codemirror] syntax theme is generated by the [codemirror](./lib
- [codemirror-github-light](https://github.com/primer/codemirror-github-light)
- [codemirror-github-dark](https://github.com/primer/codemirror-github-dark)

### [Visual Studio Code][vscode]

The [Visual Studio Code][vscode] syntax theme is generated by the vscode adapter.

- [github-vscode-syntax-light](https://github.com/primer/github-vscode-syntax-light)
- [github-vscode-syntax-dark](https://github.com/primer/github-vscode-syntax-dark)

### [Atom][atom]

The [Atom][atom] theme is built by `apm` converted from the [TextMate][tm] theme.
Expand Down
2 changes: 1 addition & 1 deletion test/utils/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ test("the current package version", t => {
})

test("correct year", t => {
t.regex(darkThemeHeader, /2017/)
t.regex(darkThemeHeader, /2018/)
})

test("package author", t => {
Expand Down

0 comments on commit adc8425

Please sign in to comment.