Good idea.

We already have the plain list of supported filetypes/languages in 
https://github.com/geany/www.geany.org/blob/master/page_content/about/filetypes.md.
I guess we can replace the plain list with a matrix on that page.

I'd suggest Markdown tables as format, like this:
```
Language       | Highlighting  | Symbol parsing | Highlighting | Installation
-------------- | ------------- | -------------- | ------------ | -----------
C              | ☑      | ☑       | ☑     | builtin
C++            | ☑      | ☑       | ☑     | builtin
Dockerfile     | ☑      | ☑       | ☑     | [Wiki 
page](https://wiki.geany.org/config/dockerfile)
Lilypong       | ☑      | ☑       | ☑     | [Wiki 
page](https://wiki.geany.org/config/lilypond)
Python         | ☑      | ☑       | ☑     | builtin
YAML           | ☑      | ☐       | ☑     | builtin
```

The Unicode HTML entities are rendered as checked and unchecked boxes.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/www.geany.org/issues/4#issuecomment-500115229

Reply via email to