Pygments does not recognize JS/TS private identifiers (which start with a pound sign, e.g. `#page`). Minimal example: ``` ts class test { #testprop: string } ``` Expect no highlighting for bad syntax, but the `#` symbol is highlighted as a syntax error.