!(function (n) { for ( var i = '[^<()"\']|\\((?:)*\\)|<(?!#--)|<#--(?:[^-]|-(?!->))*--\x3e|"(?:[^\\\\"]|\\\\.)*"|\'(?:[^\\\\\']|\\\\.)*\'', e = 0; e < 2; e++ ) i = i.replace(//g, function () { return i; }); i = i.replace(//g, '[^\\s\\S]'); var t = { comment: /<#--[\s\S]*?-->/, string: [ { pattern: /\br("|')(?:(?!\1)[^\\]|\\.)*\1/, greedy: !0 }, { pattern: RegExp( '("|\')(?:(?!\\1|\\$\\{)[^\\\\]|\\\\.|\\$\\{(?:(?!\\})(?:))*\\})*\\1'.replace( //g, function () { return i; } ) ), greedy: !0, inside: { interpolation: { pattern: RegExp( '((?:^|[^\\\\])(?:\\\\\\\\)*)\\$\\{(?:(?!\\})(?:))*\\}'.replace( //g, function () { return i; } ) ), lookbehind: !0, inside: { 'interpolation-punctuation': { pattern: /^\$\{|\}$/, alias: 'punctuation', }, rest: null, }, }, }, }, ], keyword: /\b(?:as)\b/, boolean: /\b(?:false|true)\b/, 'builtin-function': { pattern: /((?:^|[^?])\?\s*)\w+/, lookbehind: !0, alias: 'function', }, function: /\b\w+(?=\s*\()/, number: /\b\d+(?:\.\d+)?\b/, operator: /\.\.[<*!]?|->|--|\+\+|&&|\|\||\?{1,2}|[-+*/%!=<>]=?|\b(?:gt|gte|lt|lte)\b/, punctuation: /[,;.:()[\]{}]/, }; (t.string[1].inside.interpolation.inside.rest = t), (n.languages.ftl = { 'ftl-comment': { pattern: /^<#--[\s\S]*/, alias: 'comment' }, 'ftl-directive': { pattern: /^<[\s\S]+>$/, inside: { directive: { pattern: /(^<\/?)[#@][a-z]\w*/i, lookbehind: !0, alias: 'keyword', }, punctuation: /^<\/?|\/?>$/, content: { pattern: /\s*\S[\s\S]*/, alias: 'ftl', inside: t }, }, }, 'ftl-interpolation': { pattern: /^\$\{[\s\S]*\}$/, inside: { punctuation: /^\$\{|\}$/, content: { pattern: /\s*\S[\s\S]*/, alias: 'ftl', inside: t }, }, }, }), n.hooks.add('before-tokenize', function (e) { var t = RegExp( '<#--[^]*?--\x3e|)*?>|\\$\\{(?:)*?\\}'.replace( //g, function () { return i; } ), 'gi' ); n.languages['markup-templating'].buildPlaceholders(e, 'ftl', t); }), n.hooks.add('after-tokenize', function (e) { n.languages['markup-templating'].tokenizePlaceholders(e, 'ftl'); }); })(Prism); href='/www.armandphilippot.com/tree/?h=v1.0.0&id=6a898c510f5c9b5469f639472970d1fefe9766ca'>root/src/components/Icons/Contact/Contact.module.scss
blob: 963c1dce8dc2e6328b2de6e457c653b1c682d28f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29