mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Add test to keep grammar-list synced with submodules (#3793)
* Add test to check if grammar list is outdated * Update grammar list * Fix duplicate punctuation in error messages
This commit is contained in:
@@ -99,4 +99,8 @@ class GrammarList
|
||||
end
|
||||
|
||||
list = GrammarList.new
|
||||
list.update_readme()
|
||||
if ARGV.include? "--print"
|
||||
puts list.to_markdown
|
||||
else
|
||||
list.update_readme
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user