(keyword: string)
| 51 | } |
| 52 | |
| 53 | keyword(keyword: string): string { |
| 54 | return `<span class="keyword operator ts">${keyword}</span>`; |
| 55 | } |
| 56 | |
| 57 | comment(comment: string): string { |
| 58 | return `<span class="comment line"># ${comment}</span>`; |
no outgoing calls
no test coverage detected