Skip to content

Commit 29d1fcc

Browse files
authored
Merge pull request #536 from mike325/fix/add_robot_filetype
fix: add robot filetype
2 parents 53fdb98 + 6d49364 commit 29d1fcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

identify/extensions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@
226226
'rb': {'text', 'ruby'},
227227
'resx': {'text', 'resx', 'xml'},
228228
'rng': {'text', 'xml', 'relax-ng'},
229+
'robot': {'text', 'robot'},
229230
'rs': {'text', 'rust'},
230231
'rst': {'text', 'rst'},
231232
's': {'text', 'asm'},

0 commit comments

Comments
 (0)