ParserError: Expected pragma, import directive or contract/interface/library definition

Hey there my fellow devs!

ParserError: Expected pragma, import directive or contract/interface/library definition.
abstract contract Context {
^------^

I come here for a tidy bit of help. I seem to be facing compilation problems through truffle... the code works perfectly on remix but refuses to verify on BSCScan so as an alternative I decided to deploy through truffle, but instead of receiving a great response I faced the error listed above when on compilation phase.

The error is on line 19.

I'd be happy to provide the full code if needed.