Bundle the F# syntax

This commit is contained in:
Vincent Prouillet 2018-10-15 11:56:03 +02:00
parent a1c5fc15b4
commit 7ef4acbfbc
3 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@
- Fix `robots.txt`template not being used
- RSS feed now takes all available articles by default instead of limiting to 10000
- `templates` directory is now optional
- Add Reason syntax highlighting
- Add Reason and F# syntax highlighting
## 0.4.2 (2018-09-03)

View file

@ -27,6 +27,7 @@ Here is a full list of the supported languages and the short names you can use:
- Assembly x86 (NASM) -> ["asm", "inc", "nasm"]
- Crystal -> ["cr"]
- Elixir -> ["ex", "exs"]
- fsharp -> ["fs"]
- Handlebars -> ["handlebars", "handlebars.html", "hbr", "hbrs", "hbs", "hdbs", "hjs", "mu", "mustache", "rac", "stache", "template", "tmpl"]
- Jinja2 -> ["j2", "jinja2"]
- Julia -> ["jl"]
@ -117,7 +118,6 @@ Here is a full list of the supported languages and the short names you can use:
- TypeScriptReact -> ["tsx"]
- VimL -> ["vim"]
- TOML -> ["toml", "tml", "Cargo.lock", "Gopkg.lock"]
```
If you want to highlight a language not on that list, please open an issue or a pull request on the [Gutenberg repo](https://github.com/Keats/gutenberg).

Binary file not shown.