Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The current literal file name detection for GNUmakefile, makefile or Makefile could match anywhere in the file name. For example the file type of `makefile.lua` (the name of our makefile lexer) was detected as makefile. This is fixed by requiring the literal patterns to start and end with the string.
- Loading branch information