MCPcopy Create free account
hub / github.com/vale-cli/vale / C

Function C

internal/lint/code/c.go:10–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8)
9
10func C() *Language {
11 return &Language{
12 Delims: regexp.MustCompile(`//|/\*|\*/`),
13 Parser: c.GetLanguage(),
14 Queries: []core.Scope{
15 {Name: "", Expr: "(comment) @comment", Type: ""},
16 },
17 Padding: cStyle,
18 }
19}

Callers 1

GetLanguageFromExtFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected