Skip to content

Commit 8ccafbc

Browse files
Merge branch 'release/0.2.0'
2 parents 14ff46d + 1a13a3c commit 8ccafbc

27 files changed

Lines changed: 66 additions & 49 deletions

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
22
# title Travis CI Build Configuration +
33
# project nord-atom-syntax +
4-
# version 0.1.0 +
4+
# version 0.2.0 +
55
# repository https://github.com/arcticicestudio/nord-atom-syntax +
66
# author Arctic Ice Studio +
77
# email development@arcticicestudio.com +

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
<p align="center"><img src="https://cdn.rawgit.com/arcticicestudio/nord-atom-syntax/develop/assets/nord-atom-syntax-banner.svg"/></p>
22

3-
# 0.1.0 (2016-09-20)
4-
<img src="https://atom.io/favicon.ico" width=24 height=24/> <a href="https://atom.io/themes/nord-atom-syntax"><img src="https://img.shields.io/apm/v/nord-atom-syntax.svg"/></a> <img src="https://assets-cdn.github.com/favicon.ico" width=24 height=24/> <a href="https://github.com/arcticicestudio/nord-atom-syntax/releases/latest"><img src="https://img.shields.io/github/release/arcticicestudio/nord-atom-syntax.svg"/></a>
3+
<p align="center"><img src="https://atom.io/favicon.ico" width=24 height=24/> <a href="https://atom.io/themes/nord-atom-syntax"><img src="https://img.shields.io/apm/v/nord-atom-syntax.svg"/></a> <img src="https://assets-cdn.github.com/favicon.ico" width=24 height=24/> <a href="https://github.com/arcticicestudio/nord-atom-syntax/releases/latest"><img src="https://img.shields.io/github/release/arcticicestudio/nord-atom-syntax.svg"/></a></p>
4+
5+
# 0.2.0 (2016-09-20)
6+
## Improvements
7+
### CSS
8+
- The hex color hash character `#` now gets colored as keyword (@arcticicestudio, #27, 323f7713333ad50b008c80a677e4abb6596faddb)
59

10+
## Bugfixes
11+
### Documentation
12+
- Fixed all unrendered images in the [atom.io](https://atom.io/themes/nord-atom-syntax) package README by using the `https://raw.githubusercontent.com` domain (@arcticicestudio, #26, 6b72d3a740486d48b9a0d02f4aec3db557241462)
13+
14+
# 0.1.0 (2016-09-20)
615
**Initial APM package release version!**
716
*Closes the [APM Package Release](https://github.com/arcticicestudio/nord-atom-syntax/milestone/1) milestone.*
817

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Detailed descriptions for supported languages can be found in the [project wiki]
5757
![][scrot-lang-ruby]
5858

5959
## Development
60-
[![](https://img.shields.io/badge/Changelog-0.1.0-blue.svg)](https://github.com/arcticicestudio/nord-atom-syntax/blob/v0.1.0/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-blue.svg)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-blue.svg)](https://github.com/arcticicestudio/arcver)
60+
[![](https://img.shields.io/badge/Changelog-0.2.0-blue.svg)](https://github.com/arcticicestudio/nord-atom-syntax/blob/v0.2.0/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-blue.svg)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-blue.svg)](https://github.com/arcticicestudio/arcver)
6161

6262
### Contribution
6363
Please report issues/bugs, feature requests and suggestions for improvements to the [issue tracker](https://github.com/arcticicestudio/nord-atom-syntax/issues).
@@ -66,19 +66,19 @@ Please report issues/bugs, feature requests and suggestions for improvements to
6666

6767
<p align="center"> <img src="http://arcticicestudio.com/favicon.ico" width=16 height=16/> Copyright &copy; 2016 Arctic Ice Studio</p>
6868

69-
<p align="center"><a href="https://github.com/arcticicestudio/nord-atom-syntax/blob/develop/LICENSE.md"><img src="https://img.shields.io/badge/License-MIT-blue.svg"/></a></p>
70-
71-
[scrcast-feature-findandreplace]: https://github.com/arcticicestudio/nord-atom-syntax/blob/develop/assets/scrcast-feature-findandreplace.gif
72-
[scrcast-feature-selection]: https://github.com/arcticicestudio/nord-atom-syntax/blob/develop/assets/scrcast-feature-selection.gif
73-
[scrcast-feature-smoothtransition]: https://github.com/arcticicestudio/nord-atom-syntax/blob/develop/assets/scrcast-feature-smoothtransition.gif
74-
[scrot-feature-bracketmarker]: https://github.com/arcticicestudio/nord-atom-syntax/blob/develop/assets/scrot-feature-bracketmarker.png
75-
[scrot-feature-findandreplace]: https://github.com/arcticicestudio/nord-atom-syntax/blob/develop/assets/scrot-feature-findandreplace.png
76-
[scrot-lang-c]: https://github.com/arcticicestudio/nord-atom-syntax/blob/develop/assets/scrot-lang-c.png
77-
[scrot-lang-java]: https://github.com/arcticicestudio/nord-atom-syntax/blob/develop/assets/scrot-lang-java.png
78-
[scrot-lang-javascript]: https://github.com/arcticicestudio/nord-atom-syntax/blob/develop/assets/scrot-lang-javascript.png
79-
[scrot-lang-json]: https://github.com/arcticicestudio/nord-atom-syntax/blob/develop/assets/scrot-lang-json.png
80-
[scrot-lang-markdown]: https://github.com/arcticicestudio/nord-atom-syntax/blob/develop/assets/scrot-lang-markdown.png
81-
[scrot-lang-php]: https://github.com/arcticicestudio/nord-atom-syntax/blob/develop/assets/scrot-lang-php.png
82-
[scrot-lang-python]: https://github.com/arcticicestudio/nord-atom-syntax/blob/develop/assets/scrot-lang-python.png
83-
[scrot-lang-ruby]: https://github.com/arcticicestudio/nord-atom-syntax/blob/develop/assets/scrot-lang-ruby.png
84-
[scrot-top]: https://github.com/arcticicestudio/nord-atom-syntax/blob/develop/assets/scrot-top.png
69+
<p align="center"><a href="https://github.com/arcticicestudio/nord-atom-syntax/develop/LICENSE.md"><img src="https://img.shields.io/badge/License-MIT-blue.svg"/></a></p>
70+
71+
[scrcast-feature-findandreplace]: https://raw.githubusercontent.com/arcticicestudio/nord-atom-syntax/develop/assets/scrcast-feature-findandreplace.gif
72+
[scrcast-feature-selection]: https://raw.githubusercontent.com/arcticicestudio/nord-atom-syntax/develop/assets/scrcast-feature-selection.gif
73+
[scrcast-feature-smoothtransition]: https://raw.githubusercontent.com/arcticicestudio/nord-atom-syntax/develop/assets/scrcast-feature-smoothtransition.gif
74+
[scrot-feature-bracketmarker]: https://raw.githubusercontent.com/arcticicestudio/nord-atom-syntax/develop/assets/scrot-feature-bracketmarker.png
75+
[scrot-feature-findandreplace]: https://raw.githubusercontent.com/arcticicestudio/nord-atom-syntax/develop/assets/scrot-feature-findandreplace.png
76+
[scrot-lang-c]: https://raw.githubusercontent.com/arcticicestudio/nord-atom-syntax/develop/assets/scrot-lang-c.png
77+
[scrot-lang-java]: https://raw.githubusercontent.com/arcticicestudio/nord-atom-syntax/develop/assets/scrot-lang-java.png
78+
[scrot-lang-javascript]: https://raw.githubusercontent.com/arcticicestudio/nord-atom-syntax/develop/assets/scrot-lang-javascript.png
79+
[scrot-lang-json]: https://raw.githubusercontent.com/arcticicestudio/nord-atom-syntax/develop/assets/scrot-lang-json.png
80+
[scrot-lang-markdown]: https://raw.githubusercontent.com/arcticicestudio/nord-atom-syntax/develop/assets/scrot-lang-markdown.png
81+
[scrot-lang-php]: https://raw.githubusercontent.com/arcticicestudio/nord-atom-syntax/develop/assets/scrot-lang-php.png
82+
[scrot-lang-python]: https://raw.githubusercontent.com/arcticicestudio/nord-atom-syntax/develop/assets/scrot-lang-python.png
83+
[scrot-lang-ruby]: https://raw.githubusercontent.com/arcticicestudio/nord-atom-syntax/develop/assets/scrot-lang-ruby.png
84+
[scrot-top]: https://raw.githubusercontent.com/arcticicestudio/nord-atom-syntax/develop/assets/scrot-top.png

index.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
33
title Index +
44
project nord-atom-syntax +
5-
version 0.1.0 +
5+
version 0.2.0 +
66
repository https://github.com/arcticicestudio/nord-atom-syntax +
77
author Arctic Ice Studio +
88
email development@arcticicestudio.com +

styles/editor.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
33
title Editor +
44
project nord-atom-syntax +
5-
version 0.1.0 +
5+
version 0.2.0 +
66
repository https://github.com/arcticicestudio/nord-atom-syntax +
77
author Arctic Ice Studio +
88
email development@arcticicestudio.com +

styles/languages/c.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
33
title Language C/C++ +
44
project nord-atom-syntax +
5-
version 0.1.0 +
5+
version 0.2.0 +
66
repository https://github.com/arcticicestudio/nord-atom-syntax +
77
author Arctic Ice Studio +
88
email development@arcticicestudio.com +

styles/languages/clojure.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
33
title Language Clojure +
44
project nord-atom-syntax +
5-
version 0.1.0 +
5+
version 0.2.0 +
66
repository https://github.com/arcticicestudio/nord-atom-syntax +
77
author Arctic Ice Studio +
88
email development@arcticicestudio.com +

styles/languages/coffeescript.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
33
title Language CoffeeScript +
44
project nord-atom-syntax +
5-
version 0.1.0 +
5+
version 0.2.0 +
66
repository https://github.com/arcticicestudio/nord-atom-syntax +
77
author Arctic Ice Studio +
88
email development@arcticicestudio.com +

styles/languages/cs.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
33
title Language C# +
44
project nord-atom-syntax +
5-
version 0.1.0 +
5+
version 0.2.0 +
66
repository https://github.com/arcticicestudio/nord-atom-syntax +
77
author Arctic Ice Studio +
88
email development@arcticicestudio.com +

styles/languages/css.less

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
33
title Language CSS +
44
project nord-atom-syntax +
5-
version 0.1.0 +
5+
version 0.2.0 +
66
repository https://github.com/arcticicestudio/nord-atom-syntax +
77
author Arctic Ice Studio +
88
email development@arcticicestudio.com +
@@ -26,13 +26,21 @@ W3C
2626
.source.css.less,
2727
.source.css.scss,
2828
.source.css.sass {
29-
.meta.at-rule {
30-
.punctuation.definition.keyword {
31-
color: @syntax-color-keyword;
29+
.meta {
30+
&.at-rule {
31+
.punctuation.definition.keyword {
32+
color: @syntax-color-keyword;
33+
}
34+
35+
& > .string.quoted {
36+
color: @syntax-color-class;
37+
}
3238
}
3339

34-
& > .string.quoted {
35-
color: @syntax-color-class;
40+
&.property-value {
41+
.punctuation.definition.constant {
42+
color: @syntax-color-keyword;
43+
}
3644
}
3745
}
3846

0 commit comments

Comments
 (0)