wakatime / wakatime-cli

Command line interface used by all WakaTime text editor plugins
https://wakatime.com/plugins
BSD 3-Clause "New" or "Revised" License
277 stars 41 forks source link

Make lexers auto-register themselves #938

Closed gandarez closed 1 year ago

gandarez commented 1 year ago

This PR simplifies how lexers are initialized by replacing the Lexer interface by init func. This approach solves the problem of forgetting to add the lexer to lexers array and would never get loaded.