algorithm-archive icon indicating copy to clipboard operation
algorithm-archive copied to clipboard

syntax highlighting issues

Open Udarthegreat opened this issue 3 years ago • 1 comments

Bug Report

Description

The issue is that syntax highlighting is either non existent or partially existent for many languages. This is not urgent in any way, it's more of a quality of life thing and an accessibility issue. It could be considered a accessibility issue because syntax highlighting makes it easier for individuals such as my self to read code, helping those that are Neurodivergent, or that have other similar issue. Also it is important to note that several languages already have full syntax highlighting and the fact that there is this difference can lead to an inconsistency between implementations because you can go from a language that has full to non when switching between languages in a single algorithm. The following are the languages that have no syntax highlighting:

  • [ ] coconut
  • [ ] LOLCODE?
  • [ ] Piet (the written part)
  • [ ] Whitespace
  • [ ] possibly emojicode
  • [ ] GNUPLOT

Steps to Reproduce

Steps to reproduce the behavior:

  1. Go to Iterated Function Systems (for example but any chapter with code will work if it has the language in question)
  2. Click on the language change drop down
  3. Change language to one of the above mentioned ones
  4. Scroll down until a code block comes up
  5. You will see that it is not syntax highlighted

Expected behavior

Again I would not classify this so much as expected behaviors but more as something nice to see. It would be nice for various reasons (only some of which were mentioned above) to have all languages be syntax highlighted in code blocks. I would be willing to elaborate more on my personal reasons for preferring syntax highlighting below in a response .

Screenshots

I have put together some side by side images of syntax highlighting on AAA vs. in vs code (vs code since that is my personal preferred text editor and thus is what I have on hand to compare to, I'm sure you could find something similar in atom, sublime, vim or any other text editor, that is just my personal choice). As a note I installed some plugins for certain lang's such as the official Julia plugin for Julia. Also I could not find a single implementation that had all of the implementations I wanted to show so I used different algorithms for some.

  1. GNUPLOT (domain coloring)
vs code AAA
gluplot_vs-code gluplot_AAA
  1. Coconut (Barnsley fern)
vs code AAA
coconut_vs-code coconut_AAA

Environment

  • OS: Windows
  • OS Version: 10.0.19043
  • Browser: Firefox (this should be the same across all browsers though and it would be an actual big problem if it was not)
  • Browser Version: 95.0.2

Additional context

There are also several languages that technically have syntax highlighting but to a significantly lesser degree then would be nice to have. Some languages have certain key words or numbers highlighted but not others. Below I have compiled a list of some of the languages that could benefit from better syntax highlighting, though it is not all that extensive just a quick example list:

  • [ ] Julia
  • [ ] Common Lisp
  • [ ] C++
  • [ ] smalltalk

In general I feel that the syntax highlighting could be better across across the board.

For Algorithm Archive Developers

  • [x] The bug can be reproduced
  • [ ] The bug can be fixed
  • [ ] There is a timeline to fix the bug
  • [ ] The bug has been fixed (Please link the PR)

Udarthegreat avatar Jan 04 '22 01:01 Udarthegreat

are there any other tags that should be added to this issue? I was thinking discussion may work but I'm not certain

Udarthegreat avatar Jan 04 '22 01:01 Udarthegreat