From 5f5013a9625ab33e046b95f806159b97e17b5220 Mon Sep 17 00:00:00 2001 From: Jag Talon Date: Thu, 9 Oct 2014 11:27:30 -0400 Subject: [PATCH] Editor.pm: Add "scratchpad" and "scratch pad" triggers. As suggested by @moollaza in https://github.com/duckduckgo/zeroclickinfo-spice/pull/1148/files#r18619566 --- lib/DDG/Spice/Editor.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/DDG/Spice/Editor.pm b/lib/DDG/Spice/Editor.pm index f141876c71..587a6a54ea 100644 --- a/lib/DDG/Spice/Editor.pm +++ b/lib/DDG/Spice/Editor.pm @@ -17,7 +17,7 @@ attribution github => ['https://github.com/jmg','Juan Manuel García'], email => ['jmg.utn@gmail.com','Juan Manuel García']; -triggers startend => 'web editor', 'online editor', 'syntax highlighter', 'syntax highlighting', 'code viewer'; +triggers startend => 'web editor', 'online editor', 'syntax highlighter', 'syntax highlighting', 'code viewer', 'scratchpad', 'scratch pad'; spice call_type => 'self'; my @supported_languages = ("javascript", "python");