bitc / lushtags

Create ctags compatible tags files for Haskell programs
MIT License
81 stars 14 forks source link

fix extension support, by selecting all enabled extensions #35

Open NickHu opened 7 years ago

NickHu commented 7 years ago

As per https://github.com/bitc/lushtags/issues/34.

knownExtensions actually returns a list of all extensions in both enabled and disabled form. We only want the parser to care about the enabled ones, otherwise they don't actually get enabled.