Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove unnecessary #lang diagnostic in drracket-created files
Files created by DrRacket do not have `#lang` directives; they only have `#reader` directives instead. (See e.g. #86). The "Missing `#lang`" diagnostic should not be reported in these files. Fixes #86.
- Loading branch information