mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-19 23:45:27 +02:00
9 lines
243 B
Markdown
9 lines
243 B
Markdown
# /sshd_config/indexers
|
|
|
|
This folder contains logic for indexing the AST.
|
|
|
|
Creating the indexer fulfills two purposes:
|
|
* Creating actual indexes
|
|
* Validating some logic
|
|
|
|
The indexer also validates stuff like checking for duplicate values, etc. |