codeque-co/codeque

Add support for PHP

Opened this issue · 0 comments

jayu commented

As requested in #7 - support for PHP should be added to CodeQue.

It should be done by integrating tree-sitter-php parser.

It might be a bit tricky since PHP contains $ as syntax keyword, but it was worked around for other parsers like HTML or Python already.