Skip to content

Commit

Permalink
add support for nested HTML tags and vars
Browse files Browse the repository at this point in the history
  • Loading branch information
eparisio committed Feb 16, 2016
1 parent e8f3aa3 commit e02e276
Show file tree
Hide file tree
Showing 5 changed files with 1,595 additions and 267 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,19 @@ Within Sublime Text, click Preferences > Browse Packages... and create a folder

#### develop note:
* highlight __all__ jstl base tags(```<xxx:xxx>```), parameter in the tag(```xxx="```) and server variable(```${}```)
* add highlight support for all base color scheme
* ~~add support for all jstl tag~~ - added general regex for __jstl tags and custom tags__
* ~~review regex for highlight end-closing tag with parameter~~ - added support and internal text highlight
* ~~add highlight for jstl operation inside tags (and,or,<,>,eq,ne,=,etc)~~ - add highlight for operator, add highlight for jstl functions
* add highlight support for all base color scheme
* ~~override html syntax color in normal html tag for nested tags/server var~~ - add highlight for nested tags and vars!

* add new jstl support with snippets and autocomplete at: https://github.com/eparisio/st3-jstl-snippet-autocomplete

### TO DO:
* ~~add support for all jstl tag~~
* ~~review regex for highlight end-closing tag with parameter~~
* ~~add highlight for jstl operation inside tags (and,or,<,>,eq,ne,=,etc)~~
* ovverride html syntax color in normal html tag for nested tags/server var
* ~~override html syntax color in normal html tag for nested tags/server var~~

### Contribute

Expand Down
Loading

0 comments on commit e02e276

Please sign in to comment.