Skip to content

Commit

Permalink
Added new definitions to codemirror parser.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Atkins-Turkish committed May 31, 2016
1 parent c3e1e1d commit 49f7fec
Show file tree
Hide file tree
Showing 2 changed files with 372 additions and 304 deletions.
1 change: 1 addition & 0 deletions ide/static/ide/css/codemirror-default.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
.cm-s-cloudpebble span.cm-keyword {color: #f52323;}
.cm-s-cloudpebble span.cm-string {color: #e47c08;}

.cm-s-cloudpebble span.cm-meta {color: #fff;}
.cm-s-cloudpebble span.cm-variable {color: #a4dc40;}
.cm-s-cloudpebble span.cm-variable-2 {color: #9effff;}
.cm-s-cloudpebble span.cm-def {color: #fd971f;}
Expand Down
Loading

0 comments on commit 49f7fec

Please sign in to comment.