diff --git a/gitconfig-mode.el b/gitconfig-mode.el index 3f5864f..ab60cca 100644 --- a/gitconfig-mode.el +++ b/gitconfig-mode.el @@ -1,7 +1,7 @@ ;;; gitconfig-mode.el --- Major mode for editing .gitconfig files -*- lexical-binding: t; -*- ;; Copyright (c) 2012-2013 Sebastian Wiesner -;; Copyright (C) 2012-2016 The Magit Project Contributors +;; Copyright (C) 2012-2017 The Magit Project Contributors ;; Author: Sebastian Wiesner ;; Maintainer: Jonas Bernoulli @@ -94,7 +94,7 @@ (group (syntax string-quote) (minimal-match (one-or-more not-newline)) (syntax string-quote))) - "]" (zero-or-more (syntax whitespace)) line-end) + "]" (zero-or-more not-newline) line-end) (1 'font-lock-type-face t nil) (2 'font-lock-function-name-face t t)) (,(rx line-start (zero-or-more (syntax whitespace)) symbol-start