-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…t-license Migrate to MIT license
- Loading branch information
Showing
26 changed files
with
226 additions
and
595 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,16 @@ | ||
/* | ||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
title stylelint Configuration + | ||
project nord-brackets + | ||
repository https://github.com/arcticicestudio/nord-brackets + | ||
author Arctic Ice Studio + | ||
email [email protected] + | ||
copyright Copyright (C) 2017 + | ||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
* Copyright (c) 2017-present Arctic Ice Studio <[email protected]> | ||
* Copyright (c) 2017-present Sven Greb <[email protected]> | ||
* | ||
* Project: Nord Brackets | ||
* Repository: https://github.com/arcticicestudio/nord-brackets | ||
* License: MIT | ||
* References | ||
* https://stylelint.io | ||
* https://stylelint.io/user-guide/rules | ||
* https://github.com/stylelint/stylelint-config-standard | ||
*/ | ||
|
||
[References] | ||
stylelint | ||
https://stylelint.io | ||
https://stylelint.io/user-guide/rules | ||
https://github.com/stylelint/stylelint-config-standard | ||
*/ | ||
module.exports = { | ||
"extends": "stylelint-config-standard", | ||
"rules": { | ||
|
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,15 +1,12 @@ | ||
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
# title Travis CI Build Configuration + | ||
# project nord-brackets + | ||
# repository https://github.com/arcticicestudio/nord-brackets + | ||
# author Arctic Ice Studio + | ||
# email [email protected] + | ||
# copyright Copyright (C) 2017 + | ||
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
# | ||
# [References] | ||
# Travis CI | ||
# Copyright (c) 2017-present Arctic Ice Studio <[email protected]> | ||
# Copyright (c) 2017-present Sven Greb <[email protected]> | ||
|
||
# Project: Nord Brackets | ||
# Repository: https://github.com/arcticicestudio/nord-brackets | ||
# License: MIT | ||
# References | ||
# https://docs.travis-ci.com | ||
|
||
language: node_js | ||
sudo: false | ||
dist: trusty | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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,15 +1,12 @@ | ||
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
# title Circle CI Build Configuration + | ||
# project nord-brackets + | ||
# repository https://github.com/arcticicestudio/nord-brackets + | ||
# author Arctic Ice Studio + | ||
# email [email protected] + | ||
# copyright Copyright (C) 2017 + | ||
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
# | ||
# [References] | ||
# Circle CI | ||
# Copyright (c) 2017-present Arctic Ice Studio <[email protected]> | ||
# Copyright (c) 2017-present Sven Greb <[email protected]> | ||
|
||
# Project: Nord Brackets | ||
# Repository: https://github.com/arcticicestudio/nord-brackets | ||
# License: MIT | ||
# References | ||
# https://circleci.com/docs | ||
|
||
machine: | ||
environment: | ||
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin" | ||
|
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,20 +1,17 @@ | ||
"use strict"; | ||
/* | ||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
title Project Gulp File + | ||
project nord-brackets + | ||
repository https://github.com/arcticicestudio/nord-brackets + | ||
author Arctic Ice Studio + | ||
email [email protected] + | ||
copyright Copyright (C) 2017 + | ||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
* Copyright (c) 2017-present Arctic Ice Studio <[email protected]> | ||
* Copyright (c) 2017-present Sven Greb <[email protected]> | ||
* | ||
* Project: Nord Brackets | ||
* Repository: https://github.com/arcticicestudio/nord-brackets | ||
* License: MIT | ||
* References | ||
* http://gulpjs.com | ||
* https://www.npmjs.com | ||
*/ | ||
|
||
"use strict"; | ||
|
||
[References] | ||
Gulp | ||
http://gulpjs.com | ||
npmjs | ||
https://www.npmjs.com | ||
*/ | ||
/*+---------+ | ||
+ Imports + | ||
+---------+*/ | ||
|
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,26 +1,20 @@ | ||
/* | ||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
title Nord Brackets + | ||
project nord-brackets + | ||
version 0.1.0 + | ||
repository https://github.com/arcticicestudio/nord-brackets + | ||
author Arctic Ice Studio + | ||
email [email protected] + | ||
copyright Copyright (C) 2017 + | ||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
* Copyright (c) 2017-present Arctic Ice Studio <[email protected]> | ||
* Copyright (c) 2017-present Sven Greb <[email protected]> | ||
* | ||
* Project: Nord Brackets | ||
* Version: 0.1.0 | ||
* Repository: https://github.com/arcticicestudio/nord-brackets | ||
* License: MIT | ||
* References | ||
* https://brackets.io | ||
* https://brackets-registry.aboutweb.com | ||
* https://github.com/adobe/brackets/wiki/Creating-Themes | ||
* https://github.com/adobe/brackets/wiki/Extension-package-format | ||
* https://github.com/adobe/brackets/wiki/How-to-Use-Brackets#preferences | ||
* http://lesscss.org | ||
*/ | ||
|
||
[References] | ||
Nord | ||
https://github.com/arcticicestudio/nord | ||
Brackets | ||
https://brackets.io | ||
https://brackets-registry.aboutweb.com | ||
https://github.com/adobe/brackets/wiki/Creating-Themes | ||
https://github.com/adobe/brackets/wiki/Extension-package-format | ||
https://github.com/adobe/brackets/wiki/How-to-Use-Brackets#preferences | ||
LESSCSS | ||
http://lesscss.org | ||
*/ | ||
/*+---------+ | ||
+ Imports + | ||
+---------+*/ | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"version": "0.1.0", | ||
"homepage": "https://github.com/arcticicestudio/nord-brackets", | ||
"author": "Arctic Ice Studio <[email protected]> (http://arcticicestudio.com)", | ||
"license": "(Apache-2.0 AND CC-BY-SA-4.0)", | ||
"license": "(MIT AND CC-BY-SA-4.0)", | ||
"engines": { | ||
"brackets": ">=0.24.0" | ||
}, | ||
|
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,13 +1,12 @@ | ||
/* | ||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
title Editor + | ||
project nord-brackets + | ||
repository https://github.com/arcticicestudio/nord-brackets + | ||
author Arctic Ice Studio + | ||
email [email protected] + | ||
copyright Copyright (C) 2017 + | ||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
*/ | ||
* Copyright (c) 2017-present Arctic Ice Studio <[email protected]> | ||
* Copyright (c) 2017-present Sven Greb <[email protected]> | ||
* | ||
* Project: Nord Brackets | ||
* Repository: https://github.com/arcticicestudio/nord-brackets | ||
* License: MIT | ||
*/ | ||
|
||
.CodeMirror, | ||
.CodeMirror-scroll { | ||
background-color: @editor-background-color; | ||
|
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,13 +1,12 @@ | ||
/* | ||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
title Extension Support Imports + | ||
project nord-brackets + | ||
repository https://github.com/arcticicestudio/nord-brackets + | ||
author Arctic Ice Studio + | ||
email [email protected] + | ||
copyright Copyright (C) 2017 + | ||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
*/ | ||
* Copyright (c) 2017-present Arctic Ice Studio <[email protected]> | ||
* Copyright (c) 2017-present Sven Greb <[email protected]> | ||
* | ||
* Project: Nord Brackets | ||
* Repository: https://github.com/arcticicestudio/nord-brackets | ||
* License: MIT | ||
*/ | ||
|
||
/*+--------+ | ||
+ Editor + | ||
+--------+*/ | ||
|
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,16 +1,15 @@ | ||
/* | ||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
title Extension Support: brackets-show-whitespace + | ||
project nord-brackets + | ||
repository https://github.com/arcticicestudio/nord-brackets + | ||
author Arctic Ice Studio + | ||
email [email protected] + | ||
copyright Copyright (C) 2017 + | ||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
* Copyright (c) 2017-present Arctic Ice Studio <[email protected]> | ||
* Copyright (c) 2017-present Sven Greb <[email protected]> | ||
* | ||
* Support for extension "brackets-show-whitespace". | ||
* Project: Nord Brackets | ||
* Repository: https://github.com/arcticicestudio/nord-brackets | ||
* License: MIT | ||
* References: | ||
* https://github.com/DennisKehrig/brackets-show-whitespace | ||
*/ | ||
|
||
[Extension] | ||
> brackets-show-whitespace (https://github.com/DennisKehrig/brackets-show-whitespace) | ||
*/ | ||
.CodeMirror { | ||
.cm-dk-whitespace-space:before, | ||
.cm-dk-whitespace-nonbrk-space:before, | ||
|
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,13 +1,12 @@ | ||
/* | ||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
title Base Language Syntax + | ||
project nord-brackets + | ||
repository https://github.com/arcticicestudio/nord-brackets + | ||
author Arctic Ice Studio + | ||
email [email protected] + | ||
copyright Copyright (C) 2017 + | ||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
*/ | ||
* Copyright (c) 2017-present Arctic Ice Studio <[email protected]> | ||
* Copyright (c) 2017-present Sven Greb <[email protected]> | ||
* | ||
* Project: Nord Brackets | ||
* Repository: https://github.com/arcticicestudio/nord-brackets | ||
* License: MIT | ||
*/ | ||
|
||
/*+----------+ | ||
+ Elements + | ||
+----------+*/ | ||
|
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,13 +1,12 @@ | ||
/* | ||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
title Language C + | ||
project nord-brackets + | ||
repository https://github.com/arcticicestudio/nord-brackets + | ||
author Arctic Ice Studio + | ||
email [email protected] + | ||
copyright Copyright (C) 2017 + | ||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
*/ | ||
* Copyright (c) 2017-present Arctic Ice Studio <[email protected]> | ||
* Copyright (c) 2017-present Sven Greb <[email protected]> | ||
* | ||
* Project: Nord Brackets | ||
* Repository: https://github.com/arcticicestudio/nord-brackets | ||
* License: MIT | ||
*/ | ||
|
||
.cm-m-clike { | ||
&.cm-variable-3 { | ||
color: @editor-syntax-color-keyword; | ||
|
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,13 +1,14 @@ | ||
/* | ||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
title Language CSS/Sass/LESSCSS + | ||
project nord-brackets + | ||
repository https://github.com/arcticicestudio/nord-brackets + | ||
author Arctic Ice Studio + | ||
email [email protected] + | ||
copyright Copyright (C) 2017 + | ||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
*/ | ||
* Copyright (c) 2017-present Arctic Ice Studio <[email protected]> | ||
* Copyright (c) 2017-present Sven Greb <[email protected]> | ||
* | ||
* Support for CSS, Sass and LESSCSS. | ||
* | ||
* Project: Nord Brackets | ||
* Repository: https://github.com/arcticicestudio/nord-brackets | ||
* License: MIT | ||
*/ | ||
|
||
.cm-m-css { | ||
&.cm-atom { | ||
color: @editor-syntax-color-numeric; | ||
|
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,10 +1,8 @@ | ||
/* | ||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
title Language HTML + | ||
project nord-brackets + | ||
repository https://github.com/arcticicestudio/nord-brackets + | ||
author Arctic Ice Studio + | ||
email [email protected] + | ||
copyright Copyright (C) 2017 + | ||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
*/ | ||
* Copyright (c) 2017-present Arctic Ice Studio <[email protected]> | ||
* Copyright (c) 2017-present Sven Greb <[email protected]> | ||
* | ||
* Project: Nord Brackets | ||
* Repository: https://github.com/arcticicestudio/nord-brackets | ||
* License: MIT | ||
*/ |
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,13 +1,12 @@ | ||
/* | ||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
title Language JavaScript + | ||
project nord-brackets + | ||
repository https://github.com/arcticicestudio/nord-brackets + | ||
author Arctic Ice Studio + | ||
email [email protected] + | ||
copyright Copyright (C) 2017 + | ||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
*/ | ||
* Copyright (c) 2017-present Arctic Ice Studio <[email protected]> | ||
* Copyright (c) 2017-present Sven Greb <[email protected]> | ||
* | ||
* Project: Nord Brackets | ||
* Repository: https://github.com/arcticicestudio/nord-brackets | ||
* License: MIT | ||
*/ | ||
|
||
.cm-m-javascript { | ||
&.cm-def { | ||
color: @editor-syntax-color-variable; | ||
|
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,13 +1,12 @@ | ||
/* | ||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
title Language Markdown + | ||
project nord-brackets + | ||
repository https://github.com/arcticicestudio/nord-brackets + | ||
author Arctic Ice Studio + | ||
email [email protected] + | ||
copyright Copyright (C) 2017 + | ||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
*/ | ||
* Copyright (c) 2017-present Arctic Ice Studio <[email protected]> | ||
* Copyright (c) 2017-present Sven Greb <[email protected]> | ||
* | ||
* Project: Nord Brackets | ||
* Repository: https://github.com/arcticicestudio/nord-brackets | ||
* License: MIT | ||
*/ | ||
|
||
.cm-m-markdown { | ||
&.cm-link { | ||
color: @editor-syntax-color-markup-link; | ||
|
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,13 +1,12 @@ | ||
/* | ||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
title Language PHP + | ||
project nord-brackets + | ||
repository https://github.com/arcticicestudio/nord-brackets + | ||
author Arctic Ice Studio + | ||
email [email protected] + | ||
copyright Copyright (C) 2017 + | ||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
*/ | ||
* Copyright (c) 2017-present Arctic Ice Studio <[email protected]> | ||
* Copyright (c) 2017-present Sven Greb <[email protected]> | ||
* | ||
* Project: Nord Brackets | ||
* Repository: https://github.com/arcticicestudio/nord-brackets | ||
* License: MIT | ||
*/ | ||
|
||
.cm-m-clike { | ||
&.cm-variable { | ||
color: @editor-syntax-color-class; | ||
|
Oops, something went wrong.