execjosh / atom-file-types

Specify additional file types for languages.
https://atom.io/packages/file-types
MIT License
52 stars 15 forks source link

text.html.php #38

Closed rochapablo closed 8 years ago

rochapablo commented 9 years ago

It's seems that only work if I have the html tag. How can I use only php code like:

$var = 1;
var_dump($var);
mishak87 commented 8 years ago

@rochapablo That is not actually a valid PHP file. Syntax highlighter on GitHub and others support it because writing <? line before every code snippet is bit annoying :-)