mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-18 23:15:26 +02:00
feat: Add vboxsf
This commit is contained in:
parent
132efb0954
commit
610ca6a3c3
@ -470,6 +470,10 @@ var MountOptionsMapField = map[string]optionField{
|
||||
Enums: commondocumentation.UmsdosDocumentationEnums,
|
||||
Assignable: commondocumentation.UmsdosDocumentationAssignable,
|
||||
},
|
||||
"vboxsf": {
|
||||
Enums: commondocumentation.VboxsfDocumentationEnums,
|
||||
Assignable: commondocumentation.VboxsfDocumentationAssignable,
|
||||
},
|
||||
"vfat": {
|
||||
Enums: commondocumentation.VfatDocumentationEnums,
|
||||
Assignable: commondocumentation.VfatDocumentationAssignable,
|
||||
|
@ -8,7 +8,7 @@ type LanguageOverwrite struct {
|
||||
Language SupportedLanguage
|
||||
|
||||
// The start of the overwrite
|
||||
Raw string
|
||||
Raw string
|
||||
Line uint32
|
||||
Character uint32
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user