summaryrefslogtreecommitdiff
path: root/pyssg.xyz/live/static/hl/languages/gherkin.min.js
diff options
context:
space:
mode:
Diffstat (limited to 'pyssg.xyz/live/static/hl/languages/gherkin.min.js')
-rw-r--r--pyssg.xyz/live/static/hl/languages/gherkin.min.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/pyssg.xyz/live/static/hl/languages/gherkin.min.js b/pyssg.xyz/live/static/hl/languages/gherkin.min.js
new file mode 100644
index 0000000..b6f5cdc
--- /dev/null
+++ b/pyssg.xyz/live/static/hl/languages/gherkin.min.js
@@ -0,0 +1,7 @@
+hljs.registerLanguage("gherkin",(()=>{"use strict";return e=>({name:"Gherkin",
+aliases:["feature"],
+keywords:"Feature Background Ability Business Need Scenario Scenarios Scenario Outline Scenario Template Examples Given And Then But When",
+contains:[{className:"symbol",begin:"\\*",relevance:0},{className:"meta",
+begin:"@[^@\\s]+"},{begin:"\\|",end:"\\|\\w*$",contains:[{className:"string",
+begin:"[^|]+"}]},{className:"variable",begin:"<",end:">"},e.HASH_COMMENT_MODE,{
+className:"string",begin:'"""',end:'"""'},e.QUOTE_STRING_MODE]})})()); \ No newline at end of file