mirror of
https://github.com/getzola/zola
synced 2024-11-10 06:14:19 +00:00
Bundle the F# syntax
This commit is contained in:
parent
a1c5fc15b4
commit
7ef4acbfbc
3 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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.
Loading…
Reference in a new issue