diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bf08e8..4d81e34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/docs/content/documentation/content/syntax-highlighting.md b/docs/content/documentation/content/syntax-highlighting.md index 51a7720..9261075 100644 --- a/docs/content/documentation/content/syntax-highlighting.md +++ b/docs/content/documentation/content/syntax-highlighting.md @@ -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). diff --git a/sublime_syntaxes/newlines.packdump b/sublime_syntaxes/newlines.packdump index 27d84f3..3ed31b1 100644 Binary files a/sublime_syntaxes/newlines.packdump and b/sublime_syntaxes/newlines.packdump differ