Details
-
Type:
Improvement
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 4.3.1
-
Fix Version/s: None
-
Component/s: Syntax Highlighting
-
Labels:None
-
Difficulty:Unknown
-
Similar issues:
Description
To reproduce:
- Type "{{groovy}}" & press enter
- Type "{{/groovy}}" & press enter
You'll end up with:
{{groovy}} {{/groovy}}
Which isn't nice.
In addition all our usages of rendering macro don't add an indentation. We should align to that an stop indenting.
Right now it's painful and everytime I edit I curse the syntax highlighting....