Skip to content

Commit 9f16bfa

Browse files
authored
Merge pull request #510 from jodood/feature/sas
feat: Register sas as an extension
2 parents 3b17031 + 4de539a commit 9f16bfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

identify/extensions.py

+1
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@
225225
'rs': {'text', 'rust'},
226226
'rst': {'text', 'rst'},
227227
's': {'text', 'asm'},
228+
'sas': {'text', 'sas'},
228229
'sass': {'text', 'sass'},
229230
'sbt': {'text', 'sbt', 'scala'},
230231
'sc': {'text', 'scala'},

0 commit comments

Comments
 (0)