p0358 / notepadpp-CodeStats

Notepad++ plugin for Code::Stats (https://codestats.net)
Other
38 stars 21 forks source link

Lexer language not used as fallback after extension detection fails for detecting language #11

Closed p0358 closed 1 year ago

p0358 commented 5 years ago

Expected:

  1. Extension is not found in extension mapping
  2. Lexer language is used as fallback
  3. Language detected in second step is used for pulse

Actual:

  1. Extension is not found in extension mapping
  2. Pulse is submitted with "Plain text" language
p0358 commented 1 year ago

Done in 1.1.0, configurable too.