This is an automated email from the ASF dual-hosted git repository.
pmouawad pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new 0c666f5 Added JEXL3 as a syntax alias for JSyntaxTextArea (#585)
0c666f5 is described below
commit 0c666f5dfe10ee99cf850087e216aaea5bcf9835
Author: drivera-armedia <[email protected]>
AuthorDate: Sat May 2 13:36:55 2020 -0600
Added JEXL3 as a syntax alias for JSyntaxTextArea (#585)
---
.../src/main/resources/org/apache/jmeter/gui/util/textarea.properties | 1 +
1 file changed, 1 insertion(+)
diff --git
a/src/core/src/main/resources/org/apache/jmeter/gui/util/textarea.properties
b/src/core/src/main/resources/org/apache/jmeter/gui/util/textarea.properties
index db7d48f..76b5365 100644
--- a/src/core/src/main/resources/org/apache/jmeter/gui/util/textarea.properties
+++ b/src/core/src/main/resources/org/apache/jmeter/gui/util/textarea.properties
@@ -33,6 +33,7 @@ javaclass = text/java
javascript = text/javascript
jexl = text/java
jexl2 = text/java
+jexl3 = text/java
jpython = text/python
js = text/javascript
jscript = text/javascript