docs(configuration): move extra syntaxes to markdown

After much trial and error, it would seem that the correct location for extra syntaxes is actually the markdown section rather than the main section. This commit fixes that part of the docs.
This commit is contained in:
Nicolas Marier 2021-08-31 17:21:22 -04:00 committed by GitHub
parent 3dcc080f9d
commit 5a418e1e39
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"