Skip to content

Commit 728e995

Browse files
authored
"every for every level" -> "for every level"
per chat message in forum
1 parent 2113025 commit 728e995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/preferences.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ Some of these styles apply to the background only, some apply to the foreground
520520
* Default style [background and foreground] ⇒ This sets the base font and colors for all languages -- so any unstyled text will use these settings.
521521
- As described previously, `Default Style` is used to set the color for Normal Text (`.txt` files, and anything else that isn't highlighted by a lexer).
522522
- Also, as described a few paragraphs earlier, the highlighters for specific languages will inherit from this `Default Style` for things like font and possibly color, if there is no value defined for that language.
523-
* Indent guideline style [background and foreground] ⇒ If **View > Show Symbol > Show Indent Guide** is checked, there will be a thin dotted line every for every level of indent. The foreground sets the color of the dots; the background sets the color of the non-dot portion.
523+
* Indent guideline style [background and foreground] ⇒ If **View > Show Symbol > Show Indent Guide** is checked, there will be a thin dotted line for every level of indent. The foreground sets the color of the dots; the background sets the color of the non-dot portion.
524524
* Brace highlight style [background and foreground] ⇒ If you have text like `( blah )` or `[ blah ]` or `{ blah }` and move the caret onto one of the opening or closing parentheses, brackets, or braces, both the opening and closing character in the pair will be highlighted per this style.
525525
* Bad brace colour [background and foreground] ⇒ If you have a single unmatched or mismatched parenthesis `()`, bracket `[]`, or curly-brace `{}`, with the caret at that character, it will be highlighted as a "bad brace style" instead of using the "brace highlight style".
526526
* Current line background colour [background only] ⇒ The line containing the active editing caret will be marked using this background style. The "Go to settings" link will take you to [Preferences > Editing](#editing) so you can change **Current Line Indicator**.

0 commit comments

Comments
 (0)