Skip to content

Commit

Permalink
Merge pull request #944 from wakatime/bugfix/lexers-loading
Browse files Browse the repository at this point in the history
Force loading all lexers
  • Loading branch information
gandarez authored Oct 3, 2023
2 parents 28bd1ad + e8ce0b9 commit 265732e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/heartbeat/heartbeat.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import (
"github.com/wakatime/wakatime-cli/pkg/filter"
"github.com/wakatime/wakatime-cli/pkg/heartbeat"
"github.com/wakatime/wakatime-cli/pkg/language"
_ "github.com/wakatime/wakatime-cli/pkg/lexer" // force to load all lexers
"github.com/wakatime/wakatime-cli/pkg/log"
"github.com/wakatime/wakatime-cli/pkg/offline"
"github.com/wakatime/wakatime-cli/pkg/project"
Expand Down

0 comments on commit 265732e

Please sign in to comment.