Skip to content

Commit

Permalink
repl demo: improved object highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
mattirn committed May 16, 2020
1 parent 3a4abf6 commit 013251f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo/src/main/scripts/gron.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'|[a-zA-Z]+[a-zA-Z0-9]*"
color cyan "\<null\>"
color brightcyan "\<(true|false)\>"
color brightyellow "\"(\\"|[^"])*\"\s*:" "'(\'|[^'])*'\s*:" "(\[|,)\s*[a-zA-Z0-9]*\s*:"
color white "(:|\[|,)"
color magenta "\\u[0-9a-fA-F]{4}|\\[bfnrt'"/\\]"
color ,green "[[:space:]]+$"
color ,red " + +| + +"

0 comments on commit 013251f

Please sign in to comment.