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:
parent
3dcc080f9d
commit
5a418e1e39
|
@ -84,9 +84,6 @@ hard_link_static = false
|
||||||
#
|
#
|
||||||
taxonomies = []
|
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
|
# When set to "true", a search index is built from the pages and section
|
||||||
# content for `default_language`.
|
# content for `default_language`.
|
||||||
build_search_index = false
|
build_search_index = false
|
||||||
|
@ -96,6 +93,9 @@ build_search_index = false
|
||||||
# When set to "true", all code blocks are highlighted.
|
# When set to "true", all code blocks are highlighted.
|
||||||
highlight_code = false
|
highlight_code = false
|
||||||
|
|
||||||
|
# A list of directories used to search for additional `.sublime-syntax` files.
|
||||||
|
extra_syntaxes = []
|
||||||
|
|
||||||
# The theme to use for code highlighting.
|
# The theme to use for code highlighting.
|
||||||
# See below for list of allowed values.
|
# See below for list of allowed values.
|
||||||
highlight_theme = "base16-ocean-dark"
|
highlight_theme = "base16-ocean-dark"
|
||||||
|
|
Loading…
Reference in a new issue