Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added instructions on changing open and closing tags.
  • Loading branch information
samholmes committed Feb 10, 2013
1 parent 2036f72 commit ddcfcfe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -15,11 +15,15 @@ This syntax definition uses <? and ?> for opening and closing tags, respectively
?>
</div>

`<?` and `?>` where chosen because of the convenience to type on a qwerty keyboard.
If you would like to change the open and closing tags in the syntax file to `<%` and `%>`,
then change line 579 `<\?=?-?` to `<%=?-?` and 589 `\?>` to: `%>` in the EJS.tmLanguage file.

## Feedback

Feedback on this project is welcome. Let me know if you have problems with the syntax definition by creating a new GitHub issue.

Tips or donations are also very appreciated.

[![PayPal Donation](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif "Donate using PayPal")](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=SJCCMHKZLMSX2&lc=US&item_name=EJS%2etmLanguage&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted)
[<img src="https://en.bitcoin.it/w/images/en/c/c4/BC_Logotype_Reverse.png" height='18'>](bitcoin:1Ep5xmuRhFQREJ9BjPnySmtK3fxkWankDc) 1Ep5xmuRhFQREJ9BjPnySmtK3fxkWankDc
[<img src="https://en.bitcoin.it/w/images/en/c/c4/BC_Logotype_Reverse.png" height='18'>](bitcoin:1Ep5xmuRhFQREJ9BjPnySmtK3fxkWankDc) 1Ep5xmuRhFQREJ9BjPnySmtK3fxkWankDc

0 comments on commit ddcfcfe

Please sign in to comment.