Skip to content

Commit

Permalink
[AIRFLOW-2949] Add syntax highlight for single quote strings (#3795)
Browse files Browse the repository at this point in the history
* AIRFLOW-2949: Add syntax highlight for single quote strings

* AIRFLOW-2949: Also updated new UI main.css
  • Loading branch information
tzulberti-jampp authored and ashb committed Sep 9, 2018
1 parent dd2830d commit 6ea2ba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions airflow/www/static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -262,3 +262,4 @@ div.square {
.sc { color: #BA2121 } /* Literal.String.Char */
.sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.s2 { color: #BA2121 } /* Literal.String.Double */
.s1 { color: #BA2121 } /* Literal.String.Single */
1 change: 1 addition & 0 deletions airflow/www_rbac/static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -265,3 +265,4 @@ div.square {
.sc { color: #BA2121 } /* Literal.String.Char */
.sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.s2 { color: #BA2121 } /* Literal.String.Double */
.s1 { color: #BA2121 } /* Literal.String.Single */

0 comments on commit 6ea2ba1

Please sign in to comment.