Skip to content

Commit

Permalink
python/supercollider: give *.sc extension to supercollider
Browse files Browse the repository at this point in the history
  • Loading branch information
mossheim committed Aug 15, 2017
1 parent c616072 commit a002c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rouge/lexers/python.rb
Expand Up @@ -7,7 +7,7 @@ class Python < RegexLexer
desc "The Python programming language (python.org)"
tag 'python'
aliases 'py'
filenames '*.py', '*.pyw', '*.sc', 'SConstruct', 'SConscript', '*.tac'
filenames '*.py', '*.pyw', 'SConstruct', 'SConscript', '*.tac'
mimetypes 'text/x-python', 'application/x-python'

def self.analyze_text(text)
Expand Down

0 comments on commit a002c8b

Please sign in to comment.