1
0
Fork 0
mirror of https://github.com/ejwa/gitinspector.git synced 2025-03-26 02:01:27 +01:00

swift file extension added

This commit is contained in:
tom Hastik 2018-07-05 01:39:03 +02:00 committed by GitHub
parent 4190fbf207
commit dd1ec27baf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@
from __future__ import unicode_literals
DEFAULT_EXTENSIONS = ["java", "c", "cc", "cpp", "h", "hh", "hpp", "py", "glsl", "rb", "js", "sql"]
DEFAULT_EXTENSIONS = ["java", "c", "cc", "cpp", "h", "hh", "hpp", "py", "glsl", "rb", "js", "sql", "swift"]
__extensions__ = DEFAULT_EXTENSIONS
__located_extensions__ = set()