Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Haug2017-07-17 20:46:22 +0000
committerJuergen Haug2017-07-21 14:09:42 +0000
commit5e3d77e69e5c353ad11395813505959bb2df12aa (patch)
tree4188f46e6de667b5f846f0024d4aedb52af6e910 /plugins/org.eclipse.etrice.core.common/src-gen/org/eclipse/etrice/core/common/parser/antlr/internal/InternalBase.tokens
parentedfa0050af236c45465f0330f840dd16ef789a8f (diff)
downloadorg.eclipse.etrice-5e3d77e69e5c353ad11395813505959bb2df12aa.tar.gz
org.eclipse.etrice-5e3d77e69e5c353ad11395813505959bb2df12aa.tar.xz
org.eclipse.etrice-5e3d77e69e5c353ad11395813505959bb2df12aa.zip
[targetLang] added ccstring with highlight and smart indentation
Diffstat (limited to 'plugins/org.eclipse.etrice.core.common/src-gen/org/eclipse/etrice/core/common/parser/antlr/internal/InternalBase.tokens')
-rw-r--r--plugins/org.eclipse.etrice.core.common/src-gen/org/eclipse/etrice/core/common/parser/antlr/internal/InternalBase.tokens61
1 files changed, 31 insertions, 30 deletions
diff --git a/plugins/org.eclipse.etrice.core.common/src-gen/org/eclipse/etrice/core/common/parser/antlr/internal/InternalBase.tokens b/plugins/org.eclipse.etrice.core.common/src-gen/org/eclipse/etrice/core/common/parser/antlr/internal/InternalBase.tokens
index d54f31bf0..5581b1237 100644
--- a/plugins/org.eclipse.etrice.core.common/src-gen/org/eclipse/etrice/core/common/parser/antlr/internal/InternalBase.tokens
+++ b/plugins/org.eclipse.etrice.core.common/src-gen/org/eclipse/etrice/core/common/parser/antlr/internal/InternalBase.tokens
@@ -1,37 +1,37 @@
-'('=13
-')'=15
-'+'=28
-','=14
-'-'=29
-'.'=30
-'.*'=23
-':'=20
-'='=16
-'@'=12
-'E'=32
-'['=24
-']'=25
-'attribute'=19
-'e'=31
-'false'=26
-'mandatory'=18
-'optional'=17
-'ptBoolean'=33
-'ptCharacter'=36
-'ptInteger'=34
-'ptReal'=35
-'true'=27
-'{'=21
-'}'=22
-RULE_ANY_OTHER=11
+'('=14
+')'=16
+'+'=29
+','=15
+'-'=30
+'.'=31
+'.*'=24
+':'=21
+'='=17
+'@'=13
+'E'=33
+'['=25
+']'=26
+'attribute'=20
+'e'=32
+'false'=27
+'mandatory'=19
+'optional'=18
+'ptBoolean'=34
+'ptCharacter'=37
+'ptInteger'=35
+'ptReal'=36
+'true'=28
+'{'=22
+'}'=23
+RULE_ANY_OTHER=12
+RULE_CC_STRING=8
RULE_HEX=7
RULE_ID=4
RULE_INT=6
-RULE_ML_COMMENT=8
-RULE_SL_COMMENT=9
+RULE_ML_COMMENT=9
+RULE_SL_COMMENT=10
RULE_STRING=5
-RULE_WS=10
-T__12=12
+RULE_WS=11
T__13=13
T__14=14
T__15=15
@@ -56,3 +56,4 @@ T__33=33
T__34=34
T__35=35
T__36=36
+T__37=37

Back to the top