Skip to content
Snippets Groups Projects
Commit 4fc6b400 authored by Anders Nilsson's avatar Anders Nilsson
Browse files

Added token for a question mark (?)

parent c57982da
No related branches found
No related tags found
No related merge requests found
......@@ -241,6 +241,7 @@ SPECIAL_TOKEN : /* COMMENTS */
| < END_TAGS : "/>" >
| < S_QUOTE : "\'" >
| < HASH : "#" >
| < QUESTIONMARK : "?" >
// | < BANG : "!" >
// | < TILDE : "~" >
// | < HOOK : "?" >
......
......@@ -33,6 +33,8 @@ aspect SkillserverInterface {
return super.getIndividual(id);
}
}
}
aspect Misc {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment