mbrubeck / tree_magic

Determines the MIME type of a file by traversing a filetype tree.
MIT License
34 stars 9 forks source link

Lua comment miscategorized as text/x-patch #19

Open llllvvuu opened 11 months ago

llllvvuu commented 11 months ago

Heuristic for unified diff format is three dashes followed by a space: ---. Unfortunately this is also how Lua comments start, so if you have a file like

--- @class Foo

it will be miscategorized.

Workaround: comment without the space