Solved Set PYP file syntax highlighting in VS Code?

Hi,

I'm probably missing something so obvious but when I open a .pyp file in VS Code. It is not recognize as a python file. Syntax highlighting does not work.

Is there a way to set-it as a python file?

Tried searching google but couldnt' find any relevant info.

Pretty please? :(

@m_adam

Gotcha. Thanks for the link.
Works as expected.

Just a heads up.
".pyp": "py" doesn't work.

Need to specify the actual language
"*.pyp": "python"

Btw if you install the Cinema 4D Vs Code extension, pyp extension should be added as Python.