-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
All documentations and assets have been moved to the official Nord website and documentations [1,2]. [1]: https://www.nordtheme.com/ports/highlightjs [2]: https://github.com/arcticicestudio/nord-docs Resolves GH-13
- Loading branch information
1 parent
f57b439
commit f0afc5e
Showing
33 changed files
with
182 additions
and
22,385 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,25 @@ | ||
# ++++++++++++++++++++++ | ||
# Copyright (C) 2017-present Arctic Ice Studio <development@arcticicestudio.com> | ||
# Copyright (C) 2017-present Sven Greb <development@svengreb.de> | ||
# | ||
# Project: Nord highlight.js | ||
# Repository: https://github.com/arcticicestudio/nord-highlightjs | ||
# License: MIT | ||
|
||
# +--------------------+ | ||
# + Base Configuration + | ||
# ++++++++++++++++++++++ | ||
# +--------------------+ | ||
[*] | ||
charset = utf-8 | ||
end_of_line = lf | ||
indent_size = 2 | ||
indent_style = space | ||
insert_final_newline = true | ||
max_line_length = 160 | ||
max_line_length = 120 | ||
trim_trailing_whitespace = true | ||
|
||
# +++++++++++++ | ||
# +-----------+ | ||
# + Languages + | ||
# +++++++++++++ | ||
# +++ Markdown +++ | ||
[*.{md,gfm}] | ||
# +-----------+ | ||
# +--- Markdown ---+ | ||
[*.{md}] | ||
trim_trailing_whitespace = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
# Copyright (C) 2017-present Arctic Ice Studio <development@arcticicestudio.com> | ||
# Copyright (C) 2017-present Sven Greb <development@svengreb.de> | ||
# | ||
# Project: Nord highlight.js | ||
# Repository: https://github.com/arcticicestudio/nord-highlightjs | ||
# License: MIT | ||
|
||
package-lock=true | ||
save-exact=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
/* | ||
* Copyright (c) 2017-present Arctic Ice Studio <development@arcticicestudio.com> | ||
* Copyright (c) 2017-present Sven Greb <code@svengreb.de> | ||
* Copyright (C) 2017-present Arctic Ice Studio <development@arcticicestudio.com> | ||
* Copyright (C) 2017-present Sven Greb <development@svengreb.de> | ||
* | ||
* Project: Nord highlight.js | ||
* Repository: https://github.com/arcticicestudio/nord-highlightjs | ||
* License: MIT | ||
*/ | ||
|
||
/** | ||
* Configuration for stylelint. | ||
* | ||
* @see https://stylelint.io | ||
* @see https://stylelint.io/user-guide/rules | ||
* @see https://github.com/stylelint/stylelint-config-standard | ||
*/ | ||
* Configuration for stylelint. | ||
* | ||
* @see https://stylelint.io | ||
* @see https://stylelint.io/user-guide/rules | ||
* @see https://github.com/stylelint/stylelint-config-standard | ||
*/ | ||
module.exports = { | ||
"extends": "stylelint-config-standard", | ||
"rules": { | ||
extends: "stylelint-config-standard", | ||
rules: { | ||
"color-hex-case": "lower", | ||
"comment-empty-line-before": null, | ||
"selector-pseudo-element-colon-notation": "single", | ||
"at-rule-empty-line-before": [ "always", { | ||
except: [ | ||
"blockless-after-same-name-blockless", | ||
"first-nested" | ||
], | ||
ignoreAtRules: ["after-comment", "import"] | ||
}] | ||
"at-rule-empty-line-before": [ | ||
"always", | ||
{ | ||
except: ["blockless-after-same-name-blockless", "first-nested"], | ||
ignoreAtRules: ["after-comment", "import"] | ||
} | ||
] | ||
} | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.