()
| 8 | ) |
| 9 | |
| 10 | func 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 | } |
no outgoing calls
no test coverage detected