chappertron / lammps-analyser

A linter for the LAMMPS scripting language
GNU General Public License v2.0
0 stars 0 forks source link

Refactor LSP code #7

Open chappertron opened 3 months ago

chappertron commented 3 months ago

Currently, the code for the LSP is in one giant file, apart from pieces common to both the LSP and the CLI tool.

To improve, extract the definitions for each LSP function to their own file and have a module for defining the server.