All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] build: Help attempts to syntax highlight Config.mk
@ 2018-02-22 10:50 Andrew Cooper
  2018-02-22 10:54 ` George Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Cooper @ 2018-02-22 10:50 UTC (permalink / raw)
  To: Xen-devel
  Cc: Stefano Stabellini, Wei Liu, George Dunlap, Andrew Cooper,
	Ian Jackson, Tim Deegan, Jan Beulich

Some attempts to syntax highlight Config.mk end up thinking that most of
Config.mk is a string, due to the unbalanced squote.  Provide a balancing
squote in a comment to compensate.

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: George Dunlap <George.Dunlap@eu.citrix.com>
CC: Ian Jackson <ian.jackson@eu.citrix.com>
CC: Jan Beulich <JBeulich@suse.com>
CC: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
CC: Stefano Stabellini <sstabellini@kernel.org>
CC: Tim Deegan <tim@xen.org>
CC: Wei Liu <wei.liu2@citrix.com>
---
 Config.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Config.mk b/Config.mk
index 037e516..c6f0df9 100644
--- a/Config.mk
+++ b/Config.mk
@@ -7,6 +7,7 @@ endif
 # Convenient variables
 comma   := ,
 squote  := '
+#' Balancing squote, to help syntax highlighting
 empty   :=
 space   := $(empty) $(empty)
 
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] build: Help attempts to syntax highlight Config.mk
  2018-02-22 10:50 [PATCH] build: Help attempts to syntax highlight Config.mk Andrew Cooper
@ 2018-02-22 10:54 ` George Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: George Dunlap @ 2018-02-22 10:54 UTC (permalink / raw)
  To: Andrew Cooper, Xen-devel
  Cc: Stefano Stabellini, Wei Liu, George Dunlap, Ian Jackson,
	Tim Deegan, Jan Beulich

On 02/22/2018 10:50 AM, Andrew Cooper wrote:
> Some attempts to syntax highlight Config.mk end up thinking that most of
> Config.mk is a string, due to the unbalanced squote.  Provide a balancing
> squote in a comment to compensate.
> 
> No functional change.
> 
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
> ---
> CC: George Dunlap <George.Dunlap@eu.citrix.com>
> CC: Ian Jackson <ian.jackson@eu.citrix.com>
> CC: Jan Beulich <JBeulich@suse.com>
> CC: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> CC: Stefano Stabellini <sstabellini@kernel.org>
> CC: Tim Deegan <tim@xen.org>
> CC: Wei Liu <wei.liu2@citrix.com>
> ---
>  Config.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Config.mk b/Config.mk
> index 037e516..c6f0df9 100644
> --- a/Config.mk
> +++ b/Config.mk
> @@ -7,6 +7,7 @@ endif
>  # Convenient variables
>  comma   := ,
>  squote  := '
> +#' Balancing squote, to help syntax highlighting

Acked-by: George Dunlap <george.dunlap@citrix.com>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-02-22 10:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-22 10:50 [PATCH] build: Help attempts to syntax highlight Config.mk Andrew Cooper
2018-02-22 10:54 ` George Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.