[Github-comments] [geany/www.geany.org] Language support matrix (#4)
Enrico Tröger
notifications at xxxxx
Sat Jun 8 10:56:43 UTC 2019
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190608/80625e04/attachment.html>
More information about the Github-comments
mailing list