8uff3r / vue-ts-mode

Emacs major mode for Vue based on Tree-sitter
GNU General Public License v3.0
13 stars 1 forks source link

Text between two tags does not indent #6

Open michaelbarrett opened 6 months ago

michaelbarrett commented 6 months ago

The text between two tags does not indent when the mode is active. If TAB is pressed at the beginning of a single line of plaintext between a starting tag on the previous line and an ending tag on the next line, it should indent to the next level after the tags. Instead, nothing happens and "No match" is displayed in the minibuffer. This occurs no matter which tags are used and no matter if eglot / lsp is running.