Currently the inventory command generates the list of supported languages by scanning the lexer files for options[lang]. Instead it should pull from documentation so that language support is specifically identified.
Documentation will be in the lexer/[lexer name].md file immediately preceeding the ## [lexer name] options section. The build will extract this content for use on a new homepage.
Currently the inventory command generates the list of supported languages by scanning the lexer files for
options[lang]
. Instead it should pull from documentation so that language support is specifically identified.