mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-18 23:15:26 +02:00
fix(sshd_config): Add missing regex
This commit is contained in:
parent
e31e91f643
commit
c897523321
@ -4,9 +4,12 @@ import (
|
||||
docvalues "config-lsp/doc-values"
|
||||
"config-lsp/utils"
|
||||
"os/exec"
|
||||
"regexp"
|
||||
"strings"
|
||||
)
|
||||
|
||||
var isJustDigitsPattern = regexp.MustCompile(`^\d+$`)
|
||||
|
||||
var booleanEnumValue = docvalues.EnumValue{
|
||||
EnforceValues: true,
|
||||
Values: []docvalues.EnumString{
|
||||
|
Loading…
x
Reference in New Issue
Block a user