I use the ACE editor in HTML, where I developed a custom syntax highlighting mode on my site, believing that everything seems fine with syntax recognition and highlighting, I can’t find a way to show spaces, like in sublime text.
When searching, I want us to be able to use
getNextLineIndent(state, line, tab) { }
as a counter to check for events on each new line.
Besides this solution, is there a default option or just?
user1733583
source
share