Skip to content

Commit 52537d9

Browse files
Alter Readme
1 parent 9341ba6 commit 52537d9

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1-
# PHP language support in Atom [![Build Status](https://travis-ci.org/atom/language-php.svg?branch=master)](https://travis-ci.org/atom/language-php)
1+
# ASP inside HTML (.ascx & .aspx) language support in Atom
22

3-
Adds syntax highlighting and snippets to PHP files in Atom.
3+
Adds syntax highlighting (and maybe eventually snippets) to ASP files in Atom.
44

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).
76

87
Contributions are greatly appreciated. Please fork this repository and open a
98
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

Comments
 (0)