You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# PHP language support in Atom [](https://travis-ci.org/atom/language-php)
1
+
# ASP inside HTML (.ascx & .aspx) language support in Atom
2
2
3
-
Adds syntax highlighting and snippets to PHP files in Atom.
3
+
Adds syntax highlighting (and maybe eventually snippets) to ASP files in Atom.
4
4
5
-
Originally [converted](http://atom.io/docs/latest/converting-a-text-mate-bundle)
6
-
from the [PHP TextMate bundle](https://github.com/textmate/php.tmbundle).
5
+
Originally forked from the [PHP Atom package](https://github.com/atom/language-php).
7
6
8
7
Contributions are greatly appreciated. Please fork this repository and open a
9
8
pull request to add snippets, make grammar tweaks, etc.
9
+
10
+
--------------
11
+
12
+
I just pulled this from PHP because the php highlighting worked well with `if` statements using curly braces, whereas the ASP languages I have looked into [don't tend to do that well](https://github.com/jbalboni/atom-language-aspx/issues/5).
13
+
14
+
I know NOTHING about language packages going into this, so you might find some strange leftovers from PHP in here...
15
+
16
+
As of now, it does the proper highlighting where `<% if (bool) { %> HTML <% } %>` is concerned. So that is a win.
0 commit comments