mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-01-09 19:05:31 +00:00
Adding support for .sage file syntax highlighting (http://sagemath.org)
This commit is contained in:
@@ -862,6 +862,14 @@ SQL:
|
|||||||
extensions:
|
extensions:
|
||||||
- .sql
|
- .sql
|
||||||
|
|
||||||
|
Sage:
|
||||||
|
type: programming
|
||||||
|
lexer: Python
|
||||||
|
group: Python
|
||||||
|
primary_extension: .sage
|
||||||
|
extensions:
|
||||||
|
- .sage
|
||||||
|
|
||||||
Sass:
|
Sass:
|
||||||
type: markup
|
type: markup
|
||||||
group: CSS
|
group: CSS
|
||||||
|
|||||||
Reference in New Issue
Block a user