(function (Prism) { Prism.languages.ignore = { // https://git-scm.com/docs/gitignore comment: /^#.*/m, entry: { pattern: /\S(?:.*(?:(?:\\ )|\S))?/, alias: 'string', inside: { operator: /^!|\*\*?|\?/, regex: { pattern: /(^|[^\\])\[[^\[\]]*\]/, lookbehind: true, }, punctuation: /\//, }, }, }; Prism.languages.gitignore = Prism.languages.ignore; Prism.languages.hgignore = Prism.languages.ignore; Prism.languages.npmignore = Prism.languages.ignore; })(Prism); git.armand.philippot.euwww.armandphilippot.com' title='www.armandphilippot.com Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Copyright/Copyright.module.scss
blob: 35445b2d1fd58201bacc38996af6fe9f23dccef8 (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
30
31
32
33