Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #304 from robem/robem/docs
Browse files Browse the repository at this point in the history
Docs: Update colorscheme ref w/ highlighting
  • Loading branch information
hadronized authored Apr 15, 2024
2 parents 6ebd837 + 39a4a7d commit 1f8265b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/man/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ contains more objects.
### `language.<lang>.remove_default_higlighter`

> Default value: `true`
Remove the default highlighter set by the Kakoune “standard library” (i.e. `window/<lang>`). For instance, for `rust`
filetypes, the default highlighter is `window/rust`. Setting this option to `true` will remove this highlighter, which
is almost always wanted (otherwise, the highlighting from KTS might not be applied properly).
Expand Down
2 changes: 1 addition & 1 deletion docs/man/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ need to tell it what you want at first.

Colorschemes support is hard. Using this project won’t automatically make your colorscheme look super nice. You will
have to adapt and use a new, [tree-sitter]-powered colorscheme. The community tries its best to provide more and more
colorschemes. You shall want to visit the [Colorscheme](colorscheme.md) document for further information.
colorschemes. You shall want to visit the [Highlighting](highlighting.md) document for further information.

## What’s the next thing to read?

Expand Down

0 comments on commit 1f8265b

Please sign in to comment.