Merge pull request #1606 from marier-nico/patch-1

Fix docs by moving `extra_syntaxes` to `[markdown]`
This commit is contained in:
Vincent Prouillet 2021-09-01 12:29:00 +02:00 committed by GitHub
commit 276403148f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -84,9 +84,6 @@ hard_link_static = false
#
taxonomies = []
# A list of directories used to search for additional `.sublime-syntax` files.
extra_syntaxes = []
# When set to "true", a search index is built from the pages and section
# content for `default_language`.
build_search_index = false
@ -96,6 +93,9 @@ build_search_index = false
# When set to "true", all code blocks are highlighted.
highlight_code = false
# A list of directories used to search for additional `.sublime-syntax` files.
extra_syntaxes = []
# The theme to use for code highlighting.
# See below for list of allowed values.
highlight_theme = "base16-ocean-dark"