solonovamax
10/25/2024, 2:52 AMOleg Yukhnevich
11/01/2024, 1:22 PMsolonovamax
11/03/2024, 3:42 PMktl-1631-toc
branch to verify it works with the latest changes
I'll also split the PR into two:
1. any of the more "core" stuff
◦ all of the code changes
◦ all of the css changes
◦ the languages included in this PR will consist of (note: "removed" uses for previous languages that were removed. "added" used for new languages. all others existed previously and are unchanged. dependent languages also marked in square brackets to explain some languages):
▪︎ css (removed)
▪︎ clike [dependency for gradle, groovy, java, kotlin]
▪︎ diff (added)
▪︎ gradle (added)
▪︎ groovy (added)
▪︎ java [dependency for javadoc]
▪︎ javadoc
▪︎ javadoclike [dependency for javadoc]
▪︎ javascript (removed)
▪︎ javastacktrace (added)
▪︎ kotlin
▪︎ markup [dependency for javadoc]
2. any additional non-"core" languages that would be "nice to have"s
how does that sound?Oleg Yukhnevich
11/05/2024, 1:00 PMor are there any othersthere will be some small fixes, but yes, the most of the changes are there 1. looks more or less fine, but let's leave already available languages there (e.g css and javascript) as to not break existing users. 2. let's try. May be there is some dynamic way of loading those languages on user side? So that there will be no need for users to always bundle all those languages, but only when they are used? I'm still very sceptic regarding the need for them, as I haven't seen a lot of features requests for them. Probably it will be better to do this case-by-case, and not add all at once - will see