Hello,
I tried to find a topic about this issue but I did only find stack overflow issues or very old posts, so sorry if it is a repost.
I am using the latest beta version build 3103, and have trouble indenting angular HTML with the reindent command (either from the edit>line>reident button or with the vim shortcut gg v G =, which is equivalent to ctrl+a and reindent command).
The tag plugin works fine but ctrl+shift+p tag enter for indenting my file is not a decent workflow, so I am not looking for a quickfix, I need the reindent command to work fine.
Here is a sample of code :
<test> ....<test2> ....</test2> </test> <with-hyphen> <test2> </test2> </with-hyphen>
(I can’t show you indentation so I added points instead, but that’s the idea)
The issue seems to be related to hyphenation in tags. The editor color scheme also has a weird behaviour, only the “md” or “st” part is colored as a tag, and the hyphen and the rest of the tag is ignored, it might be related.
Angular heavily relies on hyphens for directive names.
Anyway, thanks for keeping on developing this great editor, I was tired of Atom bad Ubuntu support and crappy vim mode.