mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Merge pull request #91 from gsmcwhirter/detect-sage
Adding support for .sage file syntax highlighting
This commit is contained in:
@@ -862,6 +862,14 @@ SQL:
|
||||
extensions:
|
||||
- .sql
|
||||
|
||||
Sage:
|
||||
type: programming
|
||||
lexer: Python
|
||||
group: Python
|
||||
primary_extension: .sage
|
||||
extensions:
|
||||
- .sage
|
||||
|
||||
Sass:
|
||||
type: markup
|
||||
group: CSS
|
||||
|
||||
Reference in New Issue
Block a user