Files
vim-matchup/.projections.json
2017-11-06 23:37:16 -05:00

8 lines
180 B
JSON

{
"plugin/*.vim": {"type": "plugin"},
"autoload/*.vim": {"type": "autoload"},
"doc/*.txt": {"type": "doc"},
"README.md": {"type": "readme"},
"test/*": {"type": "test"}
}