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

Related to #3 Add mount options for `devpts`, `fat`, `hfs`, and `hpfs` filesystems. * **common-documentation/filesystems/mountoptions/devpts.go** - Implement mount options for `devpts` filesystem. - Export `DevptsDocumentationAssignable` and `DevptsDocumentationEnums` variables. * **common-documentation/filesystems/mountoptions/fat.go** - Implement mount options for `fat` filesystem. - Export `FatDocumentationAssignable` and `FatDocumentationEnums` variables. * **common-documentation/filesystems/mountoptions/hfs.go** - Implement mount options for `hfs` filesystem. - Export `HfsDocumentationAssignable` and `HfsDocumentationEnums` variables. * **common-documentation/filesystems/mountoptions/hpfs.go** - Implement mount options for `hpfs` filesystem. - Export `HpfsDocumentationAssignable` and `HpfsDocumentationEnums` variables. * **handlers/fstab/documentation/documentation-mountoptions.go** - Add entries for `devpts`, `fat`, `hfs`, and `hpfs` filesystems in `MountOptionsMapField`.
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%