mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-18 23:15:26 +02:00

Closes to #5 Add `common-documentation/linux/charsets.go` with an array of `EnumString`s using `docvalues.CreateEnumStringWithDoc` function. * Create a new file `charsets.go` in the `common-documentation/linux` directory. * Import the `docvalues` package. * Create an array of `EnumString`s using `docvalues.CreateEnumStringWithDoc` function. * Include the charsets and their documentation as specified in the issue description. * List each valid charset into its own enum, ensuring correct interpretation (e.g., "ascii" instead of "ASCII", "koi8r", "utf8", "iso8859-1").
Description
Finally a LSP for your config files: gitconfig, fstab, aliases, hosts, wireguard, ssh_config, sshd_config, and more to come!
Languages
Go
94.1%
Nix
4.8%
ANTLR
0.5%
TypeScript
0.3%
JavaScript
0.2%
Other
0.1%