clragon / swan

bring elegance to your flutter discussions
https://discord.gg/rflutterdev
MIT License
3 stars 0 forks source link

fix language detection in pastebin plugin #7

Open clragon opened 10 months ago

clragon commented 10 months ago

the pastebin plugin right now uses an extremely crude method for language detection: all text is dart. all pastes are therefore with dart highlights.

it would be nicer if we would actually try some detection. we could use mime types.

however, we should still treat txt as dart, as some people will inevitably upload raw text files with dart code in them.