Do not use globs with []

master
Yevgen Muntyan 2006-11-09 04:59:21 -06:00
parent a874d189ce
commit 5f2f95daeb
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<language id="makefile" _name="Makefile" version="2.0" _section="Sources">
<metadata>
<property name="mimetypes">text/x-makefile</property>
<property name="globs">[Mm]akefile;GNUmakefile;[Mm]akefile.*</property>
<property name="globs">Makefile;makefile;GNUmakefile;Makefile.*;makefile.*</property>
<property name="line-comment-start">#</property>
</metadata>