processing-vscode icon indicating copy to clipboard operation
processing-vscode copied to clipboard

[BUG] Not registering .pjs files

Open mcandre opened this issue 5 years ago • 1 comments

Describe the bug

*.pjs files are not highlighting as Processing JavaScript code.

To Reproduce Steps to reproduce the behavior:

  1. Open a .pjs file.

Expected behavior

The file is syntax highlighted as Processing JavaScript code. NOT plain text.

mcandre avatar Apr 18 '20 04:04 mcandre

I only had it officially support .pde files.

I don't think the language files for the extension support processing.js - I suppose a psj can still be useful having just the java highlighted.

I don't work in processing.js, just for laughs could you rename the file to .pde, and see how the syntax highlighting works? Or is it not useful, since it needs a javascript highlighter and not a java highlighter?

AvinZarlez avatar Apr 20 '20 04:04 AvinZarlez