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