Skip to content

Commit

Permalink
Fixed headings (# / ##) to match other docs (#11192)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamperkowski authored Jul 16, 2024
1 parent 884b53c commit 850c9f6
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion book/src/guides/adding_languages.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Adding new languages to Helix
## Adding new languages to Helix

In order to add a new language to Helix, you will need to follow the steps
below.
Expand Down
2 changes: 1 addition & 1 deletion book/src/guides/indent.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Adding indent queries
## Adding indent queries

Helix uses tree-sitter to correctly indent new lines. This requires a tree-
sitter grammar and an `indent.scm` query file placed in `runtime/queries/
Expand Down
2 changes: 1 addition & 1 deletion book/src/guides/injection.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Adding Injection Queries
## Adding Injection Queries

Writing language injection queries allows one to highlight a specific node as a different language.
In addition to the [standard][upstream-docs] language injection options used by tree-sitter, there
Expand Down
2 changes: 1 addition & 1 deletion book/src/guides/textobject.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Adding textobject queries
## Adding textobject queries

Helix supports textobjects that are language specific, such as functions, classes, etc.
These textobjects require an accompanying tree-sitter grammar and a `textobjects.scm` query file
Expand Down
2 changes: 1 addition & 1 deletion book/src/lang-support.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Language Support
## Language Support

The following languages and Language Servers are supported. To use
Language Server features, you must first [configure][lsp-config-wiki] the
Expand Down
2 changes: 1 addition & 1 deletion book/src/languages.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Languages
## Languages

Language-specific settings and settings for language servers are configured
in `languages.toml` files.
Expand Down
2 changes: 1 addition & 1 deletion book/src/remapping.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Key remapping
## Key remapping

Helix currently supports one-way key remapping through a simple TOML configuration
file. (More powerful solutions such as rebinding via commands will be
Expand Down
2 changes: 1 addition & 1 deletion book/src/themes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Themes
## Themes

To use a theme add `theme = "<name>"` to the top of your [`config.toml`](./configuration.md) file, or select it during runtime using `:theme <name>`.

Expand Down

0 comments on commit 850c9f6

Please sign in to comment.