Merge branch 'fix/cs-syntax-error' into develop

This commit is contained in:
Kim Silkebækken 2013-08-21 10:02:48 +02:00
commit c278c2d9c1
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
"col_current": { "fg": "azure4", "bg": "lightyellow" },
"environment": { "fg": "gray61", "bg": "royalblue5" },
"error": { "fg": "oldlace", "bg": "red", "attr": ["bold"] },
"warning": { "fg": "oldlace", "bg": "orange", "attr": ["bold"] }
"warning": { "fg": "oldlace", "bg": "orange", "attr": ["bold"] },
"current_tag": { "fg": "oldlace", "bg": "royalblue5", "attr": ["bold"] }
},
"mode_translations": {