yoeo / guesslang

Detect the programming language of a source code
https://guesslang.readthedocs.io
MIT License
798 stars 114 forks source link

Request: Detection support for additional syntaxes: json, kotlin, nginx, toml, xml, yaml #19

Closed AndydeCleyre closed 3 years ago

AndydeCleyre commented 4 years ago

Thanks so much for reviving your work!

I wasn't sure if you'd prefer a separate issue for each language here, just let me know.

Otherwise:

yoeo commented 4 years ago

Hi @AndydeCleyre ,

Thank you for the support :slightly_smiling_face:

I'll check if I have enough sample files to add some of the listed languages.

yoeo commented 3 years ago

Hello @AndydeCleyre,

Happy to announce that Guesslang now supports json, kotlin, toml, xml, yaml and 19 other new languages. https://github.com/yoeo/guesslang/pull/33

I couldn't add nginx because I didn't find enough example files.

AndydeCleyre commented 3 years ago

Amazing, thank you! It's working great.