Bundle the F# syntax
This commit is contained in:
parent
a1c5fc15b4
commit
7ef4acbfbc
|
@ -24,7 +24,7 @@
|
||||||
- Fix `robots.txt`template not being used
|
- Fix `robots.txt`template not being used
|
||||||
- RSS feed now takes all available articles by default instead of limiting to 10000
|
- RSS feed now takes all available articles by default instead of limiting to 10000
|
||||||
- `templates` directory is now optional
|
- `templates` directory is now optional
|
||||||
- Add Reason syntax highlighting
|
- Add Reason and F# syntax highlighting
|
||||||
|
|
||||||
## 0.4.2 (2018-09-03)
|
## 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"]
|
- Assembly x86 (NASM) -> ["asm", "inc", "nasm"]
|
||||||
- Crystal -> ["cr"]
|
- Crystal -> ["cr"]
|
||||||
- Elixir -> ["ex", "exs"]
|
- Elixir -> ["ex", "exs"]
|
||||||
|
- fsharp -> ["fs"]
|
||||||
- Handlebars -> ["handlebars", "handlebars.html", "hbr", "hbrs", "hbs", "hdbs", "hjs", "mu", "mustache", "rac", "stache", "template", "tmpl"]
|
- Handlebars -> ["handlebars", "handlebars.html", "hbr", "hbrs", "hbs", "hdbs", "hjs", "mu", "mustache", "rac", "stache", "template", "tmpl"]
|
||||||
- Jinja2 -> ["j2", "jinja2"]
|
- Jinja2 -> ["j2", "jinja2"]
|
||||||
- Julia -> ["jl"]
|
- Julia -> ["jl"]
|
||||||
|
@ -117,7 +118,6 @@ Here is a full list of the supported languages and the short names you can use:
|
||||||
- TypeScriptReact -> ["tsx"]
|
- TypeScriptReact -> ["tsx"]
|
||||||
- VimL -> ["vim"]
|
- VimL -> ["vim"]
|
||||||
- TOML -> ["toml", "tml", "Cargo.lock", "Gopkg.lock"]
|
- 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).
|
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