Skip to content

Commit

Permalink
Update Language type in index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten committed Apr 23, 2019
1 parent 5d1c3df commit 465bd3a
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,35 +14,24 @@ declare module "prism-react-renderer" {
| "actionscript"
| "css-extr"
| "diff"
| "docker"
| "elixir"
| "erlang"
| "git"
| "go"
| "graphql"
| "handlebars"
| "haskell"
| "java"
| "json"
| "latex"
| "less"
| "makefile"
| "markdown"
| "objectivec"
| "ocaml"
| "php"
| "php-extr"
| "python"
| "reason"
| "ruby"
| "rust"
| "sass"
| "scss"
| "sql"
| "stylus"
| "swift"
| "typescript"
| "vim"
| "wasm"
| "yaml";

type PrismGrammar = {
Expand Down

0 comments on commit 465bd3a

Please sign in to comment.