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

Function Cpp

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

Source from the content-addressed store, hash-verified

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

Callers 1

GetLanguageFromExtFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected