diff --git a/identify/extensions.py b/identify/extensions.py index 8dc0e7b..c8f04fb 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -225,6 +225,7 @@ 'rs': {'text', 'rust'}, 'rst': {'text', 'rst'}, 's': {'text', 'asm'}, + 'sas': {'text', 'sas'}, 'sass': {'text', 'sass'}, 'sbt': {'text', 'sbt', 'scala'}, 'sc': {'text', 'scala'},