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,
|
Enums: commondocumentation.UmsdosDocumentationEnums,
|
||||||
Assignable: commondocumentation.UmsdosDocumentationAssignable,
|
Assignable: commondocumentation.UmsdosDocumentationAssignable,
|
||||||
},
|
},
|
||||||
|
"vboxsf": {
|
||||||
|
Enums: commondocumentation.VboxsfDocumentationEnums,
|
||||||
|
Assignable: commondocumentation.VboxsfDocumentationAssignable,
|
||||||
|
},
|
||||||
"vfat": {
|
"vfat": {
|
||||||
Enums: commondocumentation.VfatDocumentationEnums,
|
Enums: commondocumentation.VfatDocumentationEnums,
|
||||||
Assignable: commondocumentation.VfatDocumentationAssignable,
|
Assignable: commondocumentation.VfatDocumentationAssignable,
|
||||||
|
@ -8,7 +8,7 @@ type LanguageOverwrite struct {
|
|||||||
Language SupportedLanguage
|
Language SupportedLanguage
|
||||||
|
|
||||||
// The start of the overwrite
|
// The start of the overwrite
|
||||||
Raw string
|
Raw string
|
||||||
Line uint32
|
Line uint32
|
||||||
Character uint32
|
Character uint32
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user