diff options
Diffstat (limited to 'internal')
-rw-r--r-- | internal/template/highlight/highlight.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/template/highlight/highlight.go b/internal/template/highlight/highlight.go index 38a7df55..bf87ec32 100644 --- a/internal/template/highlight/highlight.go +++ b/internal/template/highlight/highlight.go @@ -59,6 +59,10 @@ var ( ".swift": true, ".ts": true, ".vb": true, + ".r": true, + ".sas": true, + ".tex": true, + ".yaml": true, } // Extensions that are not same as highlight classes. |