mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-18 23:15:26 +02:00
441 B
441 B
Parser
The parser used in config-lsp
work on the following principles:
- Read the configuration file and divide each line into sections
- On changes, run the "analyzer", which will then actually parse the sections and check for errors
- On completion requests, check which section is being requested and return completions for it
- On hover requests, check which section is being requested and return the hover information for it