I am trying to use a custom csl file to display the reference to a software in a specific way so I have added a section in the csl layout section for if the entry type is software. The problem I have is the type software doesn’t seem to be recognized by Typst because the format I get in the document matches not the section I added but the “else” format. When I generate the bibliography with pandoc for example I get the correct entry format for the software.
Is it possible that the software type is converted to some other csl style by Typst and if so, what is it?