From e77530b390f221b9411198bc9e30416b2aa10b81 Mon Sep 17 00:00:00 2001 From: Alhadis Date: Thu, 16 Jun 2016 19:34:26 +1000 Subject: [PATCH] Classify SRecode Templates as a separate language --- lib/linguist/languages.yml | 9 ++++++++- samples/{Emacs Lisp => SRecode Template}/linguist.srt | 0 2 files changed, 8 insertions(+), 1 deletion(-) rename samples/{Emacs Lisp => SRecode Template}/linguist.srt (100%) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index eb350d51..a1f96b91 100755 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -991,7 +991,6 @@ Emacs Lisp: - .el - .emacs - .emacs.desktop - - .srt ace_mode: lisp EmberScript: @@ -3337,6 +3336,14 @@ SQLPL: - .sql - .db2 +SRecode Template: + type: markup + color: "#338733" + tm_scope: source.lisp + ace_mode: lisp + extensions: + - .srt + STON: type: data group: Smalltalk diff --git a/samples/Emacs Lisp/linguist.srt b/samples/SRecode Template/linguist.srt similarity index 100% rename from samples/Emacs Lisp/linguist.srt rename to samples/SRecode Template/linguist.srt