haidubogdan commented on code in PR #8401: URL: https://github.com/apache/netbeans/pull/8401#discussion_r2106138486
########## webcommon/javascript2.vue/src/org/netbeans/modules/javascript2/vue/editor/lexer/VueTokenId.java: ########## @@ -37,8 +40,12 @@ public enum VueTokenId implements TokenId { HTML("html"), // NOI18N CSS("css"), // NOI18N + STYLE_SCSS("css"), // NOI18N + STYLE_LESS("css"), // NOI18N Review Comment: It's the easiest approach to assign embedding on the tokens. It's mostly a vue template syntax, so it's also hard to see a generic implementation on this part, and for the moment I do rely on what coloring lexer exists in netbeans platform. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists