Open yudai-nkt opened 8 years ago
Seconded. All repository is the way to go. Much easier to reuse code and reorder parts.
Thank you for your opinion and apologies for not maintaining the package for quite a long, @Aerijo.
I've been busy with the deadline for a conference paper, so I'm afraid to say that I don't have much time to go this way immediately. After the submission (around the middle of August), I will be able to spare some time for this (including other issues).
Thanks again for your involvement. I haven't read all the comments you gave here in the last few days, but will definitely have a check at them.
As per #95, contributors (and even I) get confused where to add new grammars. The current grammar files contain more than 2K lines without any policy about ordering, which lowers readability as well as makes contributors confused. I here suggest using
repository
feature. By utilizing this, PR #95 would be turned into something likeand we can
include
#gnuplottex
repository. If we decide how to order each repository (e.g., Alphabetical order) then, it will enhance readability and maintainability.Here are some good examples of this approach:
language-roff
(grammar file)language-haskell
(grammar file)atom-language-rust
(grammar file, in a JSON format)