Skip to content

Commit

Permalink
Merge branch 'feature/ghi-#18-coffeescript-language-support' into dev…
Browse files Browse the repository at this point in the history
…elop
  • Loading branch information
arcticicestudio committed Sep 17, 2016
2 parents 5d7d356 + 8797733 commit 479df6a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.less
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ LESSCSS

/*+--- Languages ---+*/
@import "styles/languages/c";
@import "styles/languages/coffeescript";
@import "styles/languages/css";
@import "styles/languages/gfm";
@import "styles/languages/go";
Expand Down
24 changes: 24 additions & 0 deletions styles/languages/coffeescript.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
title Language CoffeeScript +
project nord-atom-syntax +
version +
repository https://github.com/arcticicestudio/nord-atom-syntax +
author Arctic Ice Studio +
email development@arcticicestudio.com +
copyright Copyright (C) 2016 +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[Language Packages]
> language-coffee-script (https://atom.io/packages/language-coffee-script)
[References]
CoffeeScript
(http://coffeescript.org)
*/
.source.coffee {
.variable.other.instance {
color: @syntax-color-variable;
font-style: italic;
}
}

0 comments on commit 479df6a

Please sign in to comment.