can codeQL support vue template use pug lang
Open
JS
question
- Dominant language
- CodeQL
- Stars
- 10.1k
- Forks
- 2.1k
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 141
Description
now , this kind of code exists in many projects;
but we cant do with these codes . here is an vue example
```
div.hello
h1 Hello World
```
you see, this code cant be parsed
https://github.com/github/codeql/blob/main/javascript/extractor/src/com/semmle/js/extractor/HTMLExtractor.java#L88
Contributor guide
Assessment
This issue has not been assessed yet.