fix comment

This commit is contained in:
Stanislav 2022-09-08 22:36:36 +03:00
parent 9f6553e1d6
commit 1764c42518

View file

@ -220,7 +220,7 @@ config_data! {
/// Controls file watching implementation.
files_watcher: FilesWatcherDef = "\"client\"",
/// Exclude imports in "Find All References"
/// Exclude imports in `Find All References`
findAllRefs_excludeImports: bool = "false",
/// Enables highlighting of related references while the cursor is on `break`, `loop`, `while`, or `for` keywords.