Issue by TomMalbran
Wednesday Feb 27, 2013 at 02:26 GMT
Originally opened as adobe/brackets#2971
This requests adds:
- Line and Block comments for PHP and C++.
- New .jsx file extension for JavaScript.
- Re-added the Haxe mode.
To add comments for PHP I had to add a new clike mode, since the inner most mode of PHP is clike and needed that to be registered as a mode. I would like it for a better way to add them, but didn't found it.
TomMalbran included the following code: https://github.com/adobe/brackets/pull/2971/commits
Wednesday Feb 27, 2013 at 02:26 GMT
Originally opened as adobe/brackets#2971
This requests adds:
To add comments for PHP I had to add a new clike mode, since the inner most mode of PHP is clike and needed that to be registered as a mode. I would like it for a better way to add them, but didn't found it.
TomMalbran included the following code: https://github.com/adobe/brackets/pull/2971/commits