Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed Mar 19, 2024
1 parent 08ffa73 commit 025f533
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
You can read about why I started this package [here](https://stitcher.io/blog/a-syntax-highlighter-that-doesnt-suck).

- [Quickstart](#quickstart)
- [Supported languages](#supported-languages)
- [Themes](#themes)
- [For the web](#for-the-web)
- [For the terminal](#for-the-terminal)
Expand All @@ -14,13 +15,6 @@ You can read about why I started this package [here](https://stitcher.io/blog/a-
- [Commonmark integration](#commonmark-integration)
- [Adding or extending languages](#adding-or-extending-languages)

TODO:

- [ ] Add JS support
- [ ] Add SQL support
- [ ] Add Twig support
- [ ] Add YAML support
- [ ] Add JSON support

## Quickstart

Expand All @@ -40,6 +34,18 @@ $code = $highlighter->parse($code, 'php');
$code = $highlighter->parse(($raw), 'php');
```

## Supported languages

- [x] PHP
- [x] HTML
- [x] Blade
- [x] SQL
- [x] CSS
- [ ] JavaScript
- [ ] Twig
- [ ] YAML
- [ ] JSON

## Themes

### For the web
Expand Down

0 comments on commit 025f533

Please sign in to comment.