@abp/highlight.js 5.0.0-beta.1 → 5.0.0-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/abp.resourcemapping.js +5 -5
  2. package/lib/highlight.pack.js +1 -1
  3. package/lib/styles/agate.css +108 -108
  4. package/lib/styles/androidstudio.css +66 -66
  5. package/lib/styles/arduino-light.css +88 -88
  6. package/lib/styles/arta.css +73 -73
  7. package/lib/styles/ascetic.css +45 -45
  8. package/lib/styles/atelier-cave-dark.css +83 -83
  9. package/lib/styles/atelier-cave-light.css +85 -85
  10. package/lib/styles/atelier-dune-dark.css +69 -69
  11. package/lib/styles/atelier-dune-light.css +69 -69
  12. package/lib/styles/atelier-estuary-dark.css +84 -84
  13. package/lib/styles/atelier-estuary-light.css +84 -84
  14. package/lib/styles/atelier-forest-dark.css +69 -69
  15. package/lib/styles/atelier-forest-light.css +69 -69
  16. package/lib/styles/atelier-heath-dark.css +69 -69
  17. package/lib/styles/atelier-heath-light.css +69 -69
  18. package/lib/styles/atelier-lakeside-dark.css +69 -69
  19. package/lib/styles/atelier-lakeside-light.css +69 -69
  20. package/lib/styles/atelier-plateau-dark.css +84 -84
  21. package/lib/styles/atelier-plateau-light.css +84 -84
  22. package/lib/styles/atelier-savanna-dark.css +84 -84
  23. package/lib/styles/atelier-savanna-light.css +84 -84
  24. package/lib/styles/atelier-seaside-dark.css +69 -69
  25. package/lib/styles/atelier-seaside-light.css +69 -69
  26. package/lib/styles/atelier-sulphurpool-dark.css +69 -69
  27. package/lib/styles/atelier-sulphurpool-light.css +69 -69
  28. package/lib/styles/atom-one-dark.css +96 -96
  29. package/lib/styles/atom-one-light.css +96 -96
  30. package/lib/styles/brown-paper.css +64 -64
  31. package/lib/styles/codepen-embed.css +60 -60
  32. package/lib/styles/color-brewer.css +71 -71
  33. package/lib/styles/darcula.css +77 -77
  34. package/lib/styles/dark.css +63 -63
  35. package/lib/styles/darkula.css +6 -6
  36. package/lib/styles/default.css +99 -99
  37. package/lib/styles/docco.css +97 -97
  38. package/lib/styles/dracula.css +76 -76
  39. package/lib/styles/far.css +71 -71
  40. package/lib/styles/foundation.css +88 -88
  41. package/lib/styles/github-gist.css +71 -71
  42. package/lib/styles/github.css +99 -99
  43. package/lib/styles/googlecode.css +89 -89
  44. package/lib/styles/grayscale.css +101 -101
  45. package/lib/styles/gruvbox-dark.css +108 -108
  46. package/lib/styles/gruvbox-light.css +108 -108
  47. package/lib/styles/hopscotch.css +83 -83
  48. package/lib/styles/hybrid.css +102 -102
  49. package/lib/styles/idea.css +97 -97
  50. package/lib/styles/ir-black.css +73 -73
  51. package/lib/styles/kimbie.dark.css +74 -74
  52. package/lib/styles/kimbie.light.css +74 -74
  53. package/lib/styles/magula.css +70 -70
  54. package/lib/styles/mono-blue.css +59 -59
  55. package/lib/styles/monokai-sublime.css +83 -83
  56. package/lib/styles/monokai.css +70 -70
  57. package/lib/styles/obsidian.css +88 -88
  58. package/lib/styles/ocean.css +74 -74
  59. package/lib/styles/paraiso-dark.css +72 -72
  60. package/lib/styles/paraiso-light.css +72 -72
  61. package/lib/styles/pojoaque.css +83 -83
  62. package/lib/styles/purebasic.css +96 -96
  63. package/lib/styles/qtcreator_dark.css +83 -83
  64. package/lib/styles/qtcreator_light.css +83 -83
  65. package/lib/styles/railscasts.css +106 -106
  66. package/lib/styles/rainbow.css +85 -85
  67. package/lib/styles/routeros.css +108 -108
  68. package/lib/styles/school-book.css +72 -72
  69. package/lib/styles/solarized-dark.css +84 -84
  70. package/lib/styles/solarized-light.css +84 -84
  71. package/lib/styles/sunburst.css +102 -102
  72. package/lib/styles/tomorrow-night-blue.css +75 -75
  73. package/lib/styles/tomorrow-night-bright.css +74 -74
  74. package/lib/styles/tomorrow-night-eighties.css +74 -74
  75. package/lib/styles/tomorrow-night.css +75 -75
  76. package/lib/styles/tomorrow.css +72 -72
  77. package/lib/styles/vs.css +68 -68
  78. package/lib/styles/vs2015.css +115 -115
  79. package/lib/styles/xcode.css +93 -93
  80. package/lib/styles/xt256.css +92 -92
  81. package/lib/styles/zenburn.css +80 -80
  82. package/package.json +2 -2
@@ -1,72 +1,72 @@
1
- /*
2
- Paraíso (dark)
3
- Created by Jan T. Sott (http://github.com/idleberg)
4
- Inspired by the art of Rubens LP (http://www.rubenslp.com.br)
5
- */
6
-
7
- /* Paraíso Comment */
8
- .hljs-comment,
9
- .hljs-quote {
10
- color: #8d8687;
11
- }
12
-
13
- /* Paraíso Red */
14
- .hljs-variable,
15
- .hljs-template-variable,
16
- .hljs-tag,
17
- .hljs-name,
18
- .hljs-selector-id,
19
- .hljs-selector-class,
20
- .hljs-regexp,
21
- .hljs-link,
22
- .hljs-meta {
23
- color: #ef6155;
24
- }
25
-
26
- /* Paraíso Orange */
27
- .hljs-number,
28
- .hljs-built_in,
29
- .hljs-builtin-name,
30
- .hljs-literal,
31
- .hljs-type,
32
- .hljs-params,
33
- .hljs-deletion {
34
- color: #f99b15;
35
- }
36
-
37
- /* Paraíso Yellow */
38
- .hljs-title,
39
- .hljs-section,
40
- .hljs-attribute {
41
- color: #fec418;
42
- }
43
-
44
- /* Paraíso Green */
45
- .hljs-string,
46
- .hljs-symbol,
47
- .hljs-bullet,
48
- .hljs-addition {
49
- color: #48b685;
50
- }
51
-
52
- /* Paraíso Purple */
53
- .hljs-keyword,
54
- .hljs-selector-tag {
55
- color: #815ba4;
56
- }
57
-
58
- .hljs {
59
- display: block;
60
- overflow-x: auto;
61
- background: #2f1e2e;
62
- color: #a39e9b;
63
- padding: 0.5em;
64
- }
65
-
66
- .hljs-emphasis {
67
- font-style: italic;
68
- }
69
-
70
- .hljs-strong {
71
- font-weight: bold;
72
- }
1
+ /*
2
+ Paraíso (dark)
3
+ Created by Jan T. Sott (http://github.com/idleberg)
4
+ Inspired by the art of Rubens LP (http://www.rubenslp.com.br)
5
+ */
6
+
7
+ /* Paraíso Comment */
8
+ .hljs-comment,
9
+ .hljs-quote {
10
+ color: #8d8687;
11
+ }
12
+
13
+ /* Paraíso Red */
14
+ .hljs-variable,
15
+ .hljs-template-variable,
16
+ .hljs-tag,
17
+ .hljs-name,
18
+ .hljs-selector-id,
19
+ .hljs-selector-class,
20
+ .hljs-regexp,
21
+ .hljs-link,
22
+ .hljs-meta {
23
+ color: #ef6155;
24
+ }
25
+
26
+ /* Paraíso Orange */
27
+ .hljs-number,
28
+ .hljs-built_in,
29
+ .hljs-builtin-name,
30
+ .hljs-literal,
31
+ .hljs-type,
32
+ .hljs-params,
33
+ .hljs-deletion {
34
+ color: #f99b15;
35
+ }
36
+
37
+ /* Paraíso Yellow */
38
+ .hljs-title,
39
+ .hljs-section,
40
+ .hljs-attribute {
41
+ color: #fec418;
42
+ }
43
+
44
+ /* Paraíso Green */
45
+ .hljs-string,
46
+ .hljs-symbol,
47
+ .hljs-bullet,
48
+ .hljs-addition {
49
+ color: #48b685;
50
+ }
51
+
52
+ /* Paraíso Purple */
53
+ .hljs-keyword,
54
+ .hljs-selector-tag {
55
+ color: #815ba4;
56
+ }
57
+
58
+ .hljs {
59
+ display: block;
60
+ overflow-x: auto;
61
+ background: #2f1e2e;
62
+ color: #a39e9b;
63
+ padding: 0.5em;
64
+ }
65
+
66
+ .hljs-emphasis {
67
+ font-style: italic;
68
+ }
69
+
70
+ .hljs-strong {
71
+ font-weight: bold;
72
+ }
@@ -1,72 +1,72 @@
1
- /*
2
- Paraíso (light)
3
- Created by Jan T. Sott (http://github.com/idleberg)
4
- Inspired by the art of Rubens LP (http://www.rubenslp.com.br)
5
- */
6
-
7
- /* Paraíso Comment */
8
- .hljs-comment,
9
- .hljs-quote {
10
- color: #776e71;
11
- }
12
-
13
- /* Paraíso Red */
14
- .hljs-variable,
15
- .hljs-template-variable,
16
- .hljs-tag,
17
- .hljs-name,
18
- .hljs-selector-id,
19
- .hljs-selector-class,
20
- .hljs-regexp,
21
- .hljs-link,
22
- .hljs-meta {
23
- color: #ef6155;
24
- }
25
-
26
- /* Paraíso Orange */
27
- .hljs-number,
28
- .hljs-built_in,
29
- .hljs-builtin-name,
30
- .hljs-literal,
31
- .hljs-type,
32
- .hljs-params,
33
- .hljs-deletion {
34
- color: #f99b15;
35
- }
36
-
37
- /* Paraíso Yellow */
38
- .hljs-title,
39
- .hljs-section,
40
- .hljs-attribute {
41
- color: #fec418;
42
- }
43
-
44
- /* Paraíso Green */
45
- .hljs-string,
46
- .hljs-symbol,
47
- .hljs-bullet,
48
- .hljs-addition {
49
- color: #48b685;
50
- }
51
-
52
- /* Paraíso Purple */
53
- .hljs-keyword,
54
- .hljs-selector-tag {
55
- color: #815ba4;
56
- }
57
-
58
- .hljs {
59
- display: block;
60
- overflow-x: auto;
61
- background: #e7e9db;
62
- color: #4f424c;
63
- padding: 0.5em;
64
- }
65
-
66
- .hljs-emphasis {
67
- font-style: italic;
68
- }
69
-
70
- .hljs-strong {
71
- font-weight: bold;
72
- }
1
+ /*
2
+ Paraíso (light)
3
+ Created by Jan T. Sott (http://github.com/idleberg)
4
+ Inspired by the art of Rubens LP (http://www.rubenslp.com.br)
5
+ */
6
+
7
+ /* Paraíso Comment */
8
+ .hljs-comment,
9
+ .hljs-quote {
10
+ color: #776e71;
11
+ }
12
+
13
+ /* Paraíso Red */
14
+ .hljs-variable,
15
+ .hljs-template-variable,
16
+ .hljs-tag,
17
+ .hljs-name,
18
+ .hljs-selector-id,
19
+ .hljs-selector-class,
20
+ .hljs-regexp,
21
+ .hljs-link,
22
+ .hljs-meta {
23
+ color: #ef6155;
24
+ }
25
+
26
+ /* Paraíso Orange */
27
+ .hljs-number,
28
+ .hljs-built_in,
29
+ .hljs-builtin-name,
30
+ .hljs-literal,
31
+ .hljs-type,
32
+ .hljs-params,
33
+ .hljs-deletion {
34
+ color: #f99b15;
35
+ }
36
+
37
+ /* Paraíso Yellow */
38
+ .hljs-title,
39
+ .hljs-section,
40
+ .hljs-attribute {
41
+ color: #fec418;
42
+ }
43
+
44
+ /* Paraíso Green */
45
+ .hljs-string,
46
+ .hljs-symbol,
47
+ .hljs-bullet,
48
+ .hljs-addition {
49
+ color: #48b685;
50
+ }
51
+
52
+ /* Paraíso Purple */
53
+ .hljs-keyword,
54
+ .hljs-selector-tag {
55
+ color: #815ba4;
56
+ }
57
+
58
+ .hljs {
59
+ display: block;
60
+ overflow-x: auto;
61
+ background: #e7e9db;
62
+ color: #4f424c;
63
+ padding: 0.5em;
64
+ }
65
+
66
+ .hljs-emphasis {
67
+ font-style: italic;
68
+ }
69
+
70
+ .hljs-strong {
71
+ font-weight: bold;
72
+ }
@@ -1,83 +1,83 @@
1
- /*
2
-
3
- Pojoaque Style by Jason Tate
4
- http://web-cms-designs.com/ftopict-10-pojoaque-style-for-highlight-js-code-highlighter.html
5
- Based on Solarized Style from http://ethanschoonover.com/solarized
6
-
7
- */
8
-
9
- .hljs {
10
- display: block;
11
- overflow-x: auto;
12
- padding: 0.5em;
13
- color: #dccf8f;
14
- background: url(./pojoaque.jpg) repeat scroll left top #181914;
15
- }
16
-
17
- .hljs-comment,
18
- .hljs-quote {
19
- color: #586e75;
20
- font-style: italic;
21
- }
22
-
23
- .hljs-keyword,
24
- .hljs-selector-tag,
25
- .hljs-literal,
26
- .hljs-addition {
27
- color: #b64926;
28
- }
29
-
30
- .hljs-number,
31
- .hljs-string,
32
- .hljs-doctag,
33
- .hljs-regexp {
34
- color: #468966;
35
- }
36
-
37
- .hljs-title,
38
- .hljs-section,
39
- .hljs-built_in,
40
- .hljs-name {
41
- color: #ffb03b;
42
- }
43
-
44
- .hljs-variable,
45
- .hljs-template-variable,
46
- .hljs-class .hljs-title,
47
- .hljs-type,
48
- .hljs-tag {
49
- color: #b58900;
50
- }
51
-
52
- .hljs-attribute {
53
- color: #b89859;
54
- }
55
-
56
- .hljs-symbol,
57
- .hljs-bullet,
58
- .hljs-link,
59
- .hljs-subst,
60
- .hljs-meta {
61
- color: #cb4b16;
62
- }
63
-
64
- .hljs-deletion {
65
- color: #dc322f;
66
- }
67
-
68
- .hljs-selector-id,
69
- .hljs-selector-class {
70
- color: #d3a60c;
71
- }
72
-
73
- .hljs-formula {
74
- background: #073642;
75
- }
76
-
77
- .hljs-emphasis {
78
- font-style: italic;
79
- }
80
-
81
- .hljs-strong {
82
- font-weight: bold;
83
- }
1
+ /*
2
+
3
+ Pojoaque Style by Jason Tate
4
+ http://web-cms-designs.com/ftopict-10-pojoaque-style-for-highlight-js-code-highlighter.html
5
+ Based on Solarized Style from http://ethanschoonover.com/solarized
6
+
7
+ */
8
+
9
+ .hljs {
10
+ display: block;
11
+ overflow-x: auto;
12
+ padding: 0.5em;
13
+ color: #dccf8f;
14
+ background: url(./pojoaque.jpg) repeat scroll left top #181914;
15
+ }
16
+
17
+ .hljs-comment,
18
+ .hljs-quote {
19
+ color: #586e75;
20
+ font-style: italic;
21
+ }
22
+
23
+ .hljs-keyword,
24
+ .hljs-selector-tag,
25
+ .hljs-literal,
26
+ .hljs-addition {
27
+ color: #b64926;
28
+ }
29
+
30
+ .hljs-number,
31
+ .hljs-string,
32
+ .hljs-doctag,
33
+ .hljs-regexp {
34
+ color: #468966;
35
+ }
36
+
37
+ .hljs-title,
38
+ .hljs-section,
39
+ .hljs-built_in,
40
+ .hljs-name {
41
+ color: #ffb03b;
42
+ }
43
+
44
+ .hljs-variable,
45
+ .hljs-template-variable,
46
+ .hljs-class .hljs-title,
47
+ .hljs-type,
48
+ .hljs-tag {
49
+ color: #b58900;
50
+ }
51
+
52
+ .hljs-attribute {
53
+ color: #b89859;
54
+ }
55
+
56
+ .hljs-symbol,
57
+ .hljs-bullet,
58
+ .hljs-link,
59
+ .hljs-subst,
60
+ .hljs-meta {
61
+ color: #cb4b16;
62
+ }
63
+
64
+ .hljs-deletion {
65
+ color: #dc322f;
66
+ }
67
+
68
+ .hljs-selector-id,
69
+ .hljs-selector-class {
70
+ color: #d3a60c;
71
+ }
72
+
73
+ .hljs-formula {
74
+ background: #073642;
75
+ }
76
+
77
+ .hljs-emphasis {
78
+ font-style: italic;
79
+ }
80
+
81
+ .hljs-strong {
82
+ font-weight: bold;
83
+ }
@@ -1,96 +1,96 @@
1
- /*
2
-
3
- PureBASIC native IDE style ( version 1.0 - April 2016 )
4
-
5
- by Tristano Ajmone <tajmone@gmail.com>
6
-
7
- Public Domain
8
-
9
- NOTE_1: PureBASIC code syntax highlighting only applies the following classes:
10
- .hljs-comment
11
- .hljs-function
12
- .hljs-keywords
13
- .hljs-string
14
- .hljs-symbol
15
-
16
- Other classes are added here for the benefit of styling other languages with the look and feel of PureBASIC native IDE style.
17
- If you need to customize a stylesheet for PureBASIC only, remove all non-relevant classes -- PureBASIC-related classes are followed by
18
- a "--- used for PureBASIC ... ---" comment on same line.
19
-
20
- NOTE_2: Color names provided in comments were derived using "Name that Color" online tool:
21
- http://chir.ag/projects/name-that-color
22
- */
23
-
24
- .hljs { /* Common set of rules required by highlight.js (don'r remove!) */
25
- display: block;
26
- overflow-x: auto;
27
- padding: 0.5em;
28
- background: #FFFFDF; /* Half and Half (approx.) */
29
- /* --- Uncomment to add PureBASIC native IDE styled font!
30
- font-family: Consolas;
31
- */
32
- }
33
-
34
- .hljs, /* --- used for PureBASIC base color --- */
35
- .hljs-type, /* --- used for PureBASIC Procedures return type --- */
36
- .hljs-function, /* --- used for wrapping PureBASIC Procedures definitions --- */
37
- .hljs-name,
38
- .hljs-number,
39
- .hljs-attr,
40
- .hljs-params,
41
- .hljs-subst {
42
- color: #000000; /* Black */
43
- }
44
-
45
- .hljs-comment, /* --- used for PureBASIC Comments --- */
46
- .hljs-regexp,
47
- .hljs-section,
48
- .hljs-selector-pseudo,
49
- .hljs-addition {
50
- color: #00AAAA; /* Persian Green (approx.) */
51
- }
52
-
53
- .hljs-title, /* --- used for PureBASIC Procedures Names --- */
54
- .hljs-tag,
55
- .hljs-variable,
56
- .hljs-code {
57
- color: #006666; /* Blue Stone (approx.) */
58
- }
59
-
60
- .hljs-keyword, /* --- used for PureBASIC Keywords --- */
61
- .hljs-class,
62
- .hljs-meta-keyword,
63
- .hljs-selector-class,
64
- .hljs-built_in,
65
- .hljs-builtin-name {
66
- color: #006666; /* Blue Stone (approx.) */
67
- font-weight: bold;
68
- }
69
-
70
- .hljs-string, /* --- used for PureBASIC Strings --- */
71
- .hljs-selector-attr {
72
- color: #0080FF; /* Azure Radiance (approx.) */
73
- }
74
-
75
- .hljs-symbol, /* --- used for PureBASIC Constants --- */
76
- .hljs-link,
77
- .hljs-deletion,
78
- .hljs-attribute {
79
- color: #924B72; /* Cannon Pink (approx.) */
80
- }
81
-
82
- .hljs-meta,
83
- .hljs-literal,
84
- .hljs-selector-id {
85
- color: #924B72; /* Cannon Pink (approx.) */
86
- font-weight: bold;
87
- }
88
-
89
- .hljs-strong,
90
- .hljs-name {
91
- font-weight: bold;
92
- }
93
-
94
- .hljs-emphasis {
95
- font-style: italic;
96
- }
1
+ /*
2
+
3
+ PureBASIC native IDE style ( version 1.0 - April 2016 )
4
+
5
+ by Tristano Ajmone <tajmone@gmail.com>
6
+
7
+ Public Domain
8
+
9
+ NOTE_1: PureBASIC code syntax highlighting only applies the following classes:
10
+ .hljs-comment
11
+ .hljs-function
12
+ .hljs-keywords
13
+ .hljs-string
14
+ .hljs-symbol
15
+
16
+ Other classes are added here for the benefit of styling other languages with the look and feel of PureBASIC native IDE style.
17
+ If you need to customize a stylesheet for PureBASIC only, remove all non-relevant classes -- PureBASIC-related classes are followed by
18
+ a "--- used for PureBASIC ... ---" comment on same line.
19
+
20
+ NOTE_2: Color names provided in comments were derived using "Name that Color" online tool:
21
+ http://chir.ag/projects/name-that-color
22
+ */
23
+
24
+ .hljs { /* Common set of rules required by highlight.js (don'r remove!) */
25
+ display: block;
26
+ overflow-x: auto;
27
+ padding: 0.5em;
28
+ background: #FFFFDF; /* Half and Half (approx.) */
29
+ /* --- Uncomment to add PureBASIC native IDE styled font!
30
+ font-family: Consolas;
31
+ */
32
+ }
33
+
34
+ .hljs, /* --- used for PureBASIC base color --- */
35
+ .hljs-type, /* --- used for PureBASIC Procedures return type --- */
36
+ .hljs-function, /* --- used for wrapping PureBASIC Procedures definitions --- */
37
+ .hljs-name,
38
+ .hljs-number,
39
+ .hljs-attr,
40
+ .hljs-params,
41
+ .hljs-subst {
42
+ color: #000000; /* Black */
43
+ }
44
+
45
+ .hljs-comment, /* --- used for PureBASIC Comments --- */
46
+ .hljs-regexp,
47
+ .hljs-section,
48
+ .hljs-selector-pseudo,
49
+ .hljs-addition {
50
+ color: #00AAAA; /* Persian Green (approx.) */
51
+ }
52
+
53
+ .hljs-title, /* --- used for PureBASIC Procedures Names --- */
54
+ .hljs-tag,
55
+ .hljs-variable,
56
+ .hljs-code {
57
+ color: #006666; /* Blue Stone (approx.) */
58
+ }
59
+
60
+ .hljs-keyword, /* --- used for PureBASIC Keywords --- */
61
+ .hljs-class,
62
+ .hljs-meta-keyword,
63
+ .hljs-selector-class,
64
+ .hljs-built_in,
65
+ .hljs-builtin-name {
66
+ color: #006666; /* Blue Stone (approx.) */
67
+ font-weight: bold;
68
+ }
69
+
70
+ .hljs-string, /* --- used for PureBASIC Strings --- */
71
+ .hljs-selector-attr {
72
+ color: #0080FF; /* Azure Radiance (approx.) */
73
+ }
74
+
75
+ .hljs-symbol, /* --- used for PureBASIC Constants --- */
76
+ .hljs-link,
77
+ .hljs-deletion,
78
+ .hljs-attribute {
79
+ color: #924B72; /* Cannon Pink (approx.) */
80
+ }
81
+
82
+ .hljs-meta,
83
+ .hljs-literal,
84
+ .hljs-selector-id {
85
+ color: #924B72; /* Cannon Pink (approx.) */
86
+ font-weight: bold;
87
+ }
88
+
89
+ .hljs-strong,
90
+ .hljs-name {
91
+ font-weight: bold;
92
+ }
93
+
94
+ .hljs-emphasis {
95
+ font-style: italic;
96
+ }