From 24743985e46c265b57740255fc44bc2c6bc51e00 Mon Sep 17 00:00:00 2001 From: Verteiron Date: Sun, 26 Oct 2014 14:53:20 -0500 Subject: [PATCH] Add Papyrus support Papyrus is a scripting language used by mods/plugins for The Elder Scrolls V: Skyrim. --- lib/linguist/languages.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index eb799171..da76c56f 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -1793,6 +1793,13 @@ Pan: extensions: - .pan +Papyrus: + type: programming + color: "#6600cc" + lexer: Text only + extensions: + - .psc + Parrot: type: programming color: "#f3ca0a"