Clément Fournier
|
9a62a662c1
|
Remove track-tokens for vf, jsp
|
2020-03-19 17:57:30 +01:00 |
|
Clément Fournier
|
a69fa93a32
|
Remove whitespace changes
|
2020-02-17 08:31:47 +01:00 |
|
Clément Fournier
|
f914319bcb
|
Port JSP module
|
2020-02-17 08:06:11 +01:00 |
|
justprv
|
7cf231bd01
|
#1402 ignore quoted jsp end tag
|
2018-10-23 12:58:25 +04:00 |
|
jordillachmrf
|
543aadad20
|
#1274 Support EL in tag attributes
Adding support to EL in tag attributes
<font size="2" ${something ? 'class=\"red\"' : ''}>
<c:out value="some value" />
</font>
|
2018-08-01 16:27:40 +02:00 |
|
Juan Martín Sotuyo Dodero
|
e1f33504b9
|
[jsp] Update grammar to accept boolean attributes
|
2017-06-21 16:45:32 -03:00 |
|
Andreas Dangel
|
2dfd580e93
|
[jsp] Javadoc doclint fixes
References #1516 [build] doclint error during build
|
2017-01-05 22:01:17 +01:00 |
|
amitbitcse
|
1d190605e5
|
Added capability in Java and JSP parser for tracking tokens. It is often useful to keep track of each node's first and last token so that input can be easily reproduced again. Ref - https://javacc.java.net/doc/JJTree.html
|
2015-10-06 11:04:22 +05:30 |
|
Andreas Dangel
|
d2a7bc85f1
|
Move jsp into own sub-module
|
2014-10-04 18:56:33 +02:00 |
|