Skip to content

Commit

Permalink
revert wrong weight for todo.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ju1ius authored Mar 4, 2024
1 parent 69928f9 commit 9d5ee06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/db/globs.php
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,7 @@
'meson_options.txt' => new GlobLiteral('text/x-meson', 50, 17),
'sconstruct' => new GlobLiteral('text/x-scons', 50, 10),
'sconscript' => new GlobLiteral('text/x-scons', 50, 10),
'todo.txt' => new GlobLiteral('text/x-todo-txt', 10, 8),
'todo.txt' => new GlobLiteral('text/x-todo-txt', 50, 8),
'pom.xml' => new GlobLiteral('text/x-maven+xml', 50, 7),
'settings.xml' => new GlobLiteral('text/x-maven+xml', 50, 12),
],
Expand Down

0 comments on commit 9d5ee06

Please sign in to comment.