The Definitive Guide to Syntax Highlighting
wilfred.me.uk
The Definitive Guide to Syntax Highlighting
1–10 of 24 posts
Re: The Definitive Guide to Syntax Highlighting
#2Personally, I do find syntax highlighting to be useful, but I think it is an interesting dissenting opinion that is worth mentioning. OP's article mentions that Acme doesn't have syntax highlighting, but doesn't really expand on that.
Re: The Definitive Guide to Syntax Highlighting
#3Re: The Definitive Guide to Syntax Highlighting
#4This would be useful in langues that make heavy use of callbacks such as javascript or scala.
Not sure how hard it would be to implement though - it might require a full parse or compiler pass.
Re: The Definitive Guide to Syntax Highlighting
#5Whenever syntax highlighing is being discussed, I like to plug Linus Åkesson's 'A Case Against Syntax Highlighting' : http://www.linusakesson.net/programming/syntaxhighlighting/ Personally, I do find syntax highlighting to be useful, but I think it is an interesting dissenting opinion that is worth mentioning. OP's article mentions that Acme doesn't have syntax highlighting, but doesn't really expand on that.
Re: The Definitive Guide to Syntax Highlighting
#6Whenever syntax highlighing is being discussed, I like to plug Linus Åkesson's 'A Case Against Syntax Highlighting' : http://www.linusakesson.net/programming/syntaxhighlighting/ Personally, I do find syntax highlighting to be useful, but I think it is an interesting dissenting opinion that is worth mentioning. OP's article mentions that Acme doesn't have syntax highlighting, but doesn't really expand on that.
There is something to be said for clean language design and minimal, a non-distracting editing environment, of course. But the essay doesn't argue the case in any reasoned fashion. It mostly just makes emotional arguments (the talk about training wheels, the example with highlighting fiction, which is over the top).
I have worked with large codebases in plain vi and PFE [1] in my wayward youth. It wasn't exactly what I would call a pleasant experience.
[1] https://en.wikipedia.org/wiki/Programmer%27s_File_Editor
Re: The Definitive Guide to Syntax Highlighting
#7Whenever syntax highlighing is being discussed, I like to plug Linus Åkesson's 'A Case Against Syntax Highlighting' : http://www.linusakesson.net/programming/syntaxhighlighting/ Personally, I do find syntax highlighting to be useful, but I think it is an interesting dissenting opinion that is worth mentioning. OP's article mentions that Acme doesn't have syntax highlighting, but doesn't really expand on that.
Better to ask Rob Pike why it doesn't.
Re: The Definitive Guide to Syntax Highlighting
#8Does this exist in Sublime Text too? ... color-identifiers-mode, rainbow-delimeters and highlight-parentheses-mode
It therefore can not distinguish multiple instances of the same thing (different variables) or overlay different highlighting modes on top of one another.