Skip to content

Commit

Permalink
Merge branch 'feature/ghi-#11-python-language-support' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Sep 17, 2016
2 parents 972b90c + b2bc582 commit 6b8f87c
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.less
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ LESSCSS
@import "styles/languages/go";
@import "styles/languages/java";
@import "styles/languages/javascript";
@import "styles/languages/python";
@import "styles/languages/ruby";
31 changes: 31 additions & 0 deletions styles/languages/python.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
title Language Python +
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-python (https://atom.io/packages/language-python)
[References]
Ruby
(https://www.python.org)
*/
.source.python {
.variable.parameter {
color: @syntax-color-variable;
}

.meta.function-call {
color: @syntax-color-function;

&.arguments {
color: @syntax-color-variable;
}
}
}

0 comments on commit 6b8f87c

Please sign in to comment.