Adds '.go' (for the programming language Go) as default

This commit is contained in:
Alexander Håkansson 2016-12-06 03:42:52 +01:00
parent ba1c3341fe
commit 7495101a91
1 changed files with 1 additions and 1 deletions

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", "go"]
__extensions__ = DEFAULT_EXTENSIONS
__located_extensions__ = set()