Skip to content

Commit

Permalink
[GHI-#8] Implement JavaScript language styles
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Sep 17, 2016
1 parent 513ec44 commit f6b7d74
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.less
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ LESSCSS
@import "styles/languages/css";
@import "styles/languages/gfm";
@import "styles/languages/java";
@import "styles/languages/javascript";
34 changes: 34 additions & 0 deletions styles/languages/javascript.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
title Language JavaScript +
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 +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Support for ES2016, ESNext, React JSX, Atom's Etch and Facebook's Flow.
[Language Packages]
> language-javascript (https://atom.io/packages/language-javascript)
> language-babel (https://atom.io/packages/language-babel)
[References]
Babel
(https://babeljs.io)
ESNext
(https://github.com/esnext/esnext)
Atom
(https://github.com/atom/etch)
Facebook
(https://facebook.github.io/react)
(https://flowtype.org)
(http://graphql.org)
*/
.source.js.jsx {
.variable.other.class {
color: @syntax-color-class;
}
}

0 comments on commit f6b7d74

Please sign in to comment.