From ab291e64da3469de014939e229fb88509ada2e57 Mon Sep 17 00:00:00 2001 From: Jeroen Claassens Date: Thu, 11 Jun 2020 03:57:08 +0200 Subject: [PATCH] docs(readme): space out supported languages better --- README.md | 5 +++++ packages/core/README.md | 5 +++++ packages/react/README.md | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/README.md b/README.md index beaf2b3..5130839 100644 --- a/README.md +++ b/README.md @@ -50,10 +50,15 @@ Check out the [live demo](https://syntax-highlighter.now.sh/) for further exampl To limit the size of this library a selection has been made from all langauges supported by PrismJS. The chosen languages are those that we consider the most popular / common. If you want to see another languages supported you're always free to open [an issue] `javascript`, `typescript`, `asciidoc`, `autohotkey`, `autoit`, `bash`, `batch`, +  `c`, `clike`, `clojure`, `coffeescript`, `cpp`, `csharp`, `csp`, `css`, `dart`, +  `diff`, `docker`, `elixir`, `gherkin`, `git`, `go`, `graphql`, `groovy`, `http`, +  `ini`, `java`, `json`, `jsx`, `kotlin`, `less`, `lua`, `makefile`, `markdown`, +  `nginx`, `objectivec`, `powershell`, `python`, `ruby`, `rust`, `sass`, `scala`, +  `scss`, `sql`, `swift`, `vim`, `visual-basic`, `wasm`, `wiki`, `yaml` diff --git a/packages/core/README.md b/packages/core/README.md index 0c10c74..6ddcae5 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -126,10 +126,15 @@ The syntax is kept fairly simple. Here's a basic example of a regular conversati To limit the size of this library a selection has been made from all langauges supported by PrismJS. The chosen languages are those that we consider the most popular / common. If you want to see another languages supported you're always free to open [an issue] `javascript`, `typescript`, `asciidoc`, `autohotkey`, `autoit`, `bash`, `batch`, +  `c`, `clike`, `clojure`, `coffeescript`, `cpp`, `csharp`, `csp`, `css`, `dart`, +  `diff`, `docker`, `elixir`, `gherkin`, `git`, `go`, `graphql`, `groovy`, `http`, +  `ini`, `java`, `json`, `jsx`, `kotlin`, `less`, `lua`, `makefile`, `markdown`, +  `nginx`, `objectivec`, `powershell`, `python`, `ruby`, `rust`, `sass`, `scala`, +  `scss`, `sql`, `swift`, `vim`, `visual-basic`, `wasm`, `wiki`, `yaml` diff --git a/packages/react/README.md b/packages/react/README.md index 7838391..94630a9 100644 --- a/packages/react/README.md +++ b/packages/react/README.md @@ -77,10 +77,15 @@ import { SyntaxHighlighter } from '@favware/syntax-highlighter-react'; To limit the size of this library a selection has been made from all langauges supported by PrismJS. The chosen languages are those that we consider the most popular / common. If you want to see another languages supported you're always free to open [an issue] `javascript`, `typescript`, `asciidoc`, `autohotkey`, `autoit`, `bash`, `batch`, +  `c`, `clike`, `clojure`, `coffeescript`, `cpp`, `csharp`, `csp`, `css`, `dart`, +  `diff`, `docker`, `elixir`, `gherkin`, `git`, `go`, `graphql`, `groovy`, `http`, +  `ini`, `java`, `json`, `jsx`, `kotlin`, `less`, `lua`, `makefile`, `markdown`, +  `nginx`, `objectivec`, `powershell`, `python`, `ruby`, `rust`, `sass`, `scala`, +  `scss`, `sql`, `swift`, `vim`, `visual-basic`, `wasm`, `wiki`, `yaml`