tylergraf / EJS.tmLanguage

An EJS syntax definition specifically for sublime text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EJS.tmLanguage

An EJS syntax definition specifically for sublime text.

This syntax definition uses for opening and closing tags, respectively. Here's an example:

<div id='user-<?- userId ?>'>
	<?
	if (firstName && lastName)
	{
		?>
		Hello <?= firstName + lastName ?>
		<?
	}
	?>
</div>

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
1Ep5xmuRhFQREJ9BjPnySmtK3fxkWankDc

About

An EJS syntax definition specifically for sublime text