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

Function Java

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

Source from the content-addressed store, hash-verified

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

Callers 1

GetLanguageFromExtFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…