diff --git a/identify/extensions.py b/identify/extensions.py index fd63678..b624995 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -248,6 +248,7 @@ 'scss': {'text', 'scss'}, 'sh': {'text', 'shell'}, 'sln': {'text', 'sln'}, + 'slnx': {'text', 'xml', 'slnx', 'msbuild'}, 'sls': {'text', 'salt'}, 'so': {'binary'}, 'sol': {'text', 'solidity'},