diff --git a/identify/extensions.py b/identify/extensions.py index 8dc0e7b..319831d 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -278,6 +278,9 @@ 'vim': {'text', 'vim'}, 'vtl': {'text', 'vtl'}, 'vue': {'text', 'vue'}, + 'vy': {'text', 'vyper'}, + 'vyi': {'text', 'vyper'}, + 'vyz': {'binary', 'vyper'}, 'war': {'binary', 'zip', 'jar'}, 'wav': {'binary', 'audio', 'wav'}, 'webp': {'binary', 'image', 'webp'},