From c304c40dbf165b32e5cbc9096def0da530afbf9f Mon Sep 17 00:00:00 2001 From: Djamil Legato Date: Fri, 4 Mar 2016 17:03:04 -0800 Subject: [PATCH] Enable active line for frontmatter --- system/blueprints/pages/modular_raw.yaml | 1 + system/blueprints/pages/raw.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/system/blueprints/pages/modular_raw.yaml b/system/blueprints/pages/modular_raw.yaml index cd18d7f26..020ab4a1d 100644 --- a/system/blueprints/pages/modular_raw.yaml +++ b/system/blueprints/pages/modular_raw.yaml @@ -29,6 +29,7 @@ form: autofocus: true indentWithTabs: false lineNumbers: true + styleActiveLine: true gutters: ['CodeMirror-lint-markers'] lint: true diff --git a/system/blueprints/pages/raw.yaml b/system/blueprints/pages/raw.yaml index 4c9a8d192..a195ab7ed 100644 --- a/system/blueprints/pages/raw.yaml +++ b/system/blueprints/pages/raw.yaml @@ -29,6 +29,7 @@ form: autofocus: true indentWithTabs: false lineNumbers: true + styleActiveLine: true gutters: ['CodeMirror-lint-markers'] lint: true