Re: [Xen-devel] [PATCH] build: Help attempts to syntax highlight Config.mk

2018-02-22 Thread George Dunlap
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 
> ---
> CC: George Dunlap 
> CC: Ian Jackson 
> CC: Jan Beulich 
> CC: Konrad Rzeszutek Wilk 
> CC: Stefano Stabellini 
> CC: Tim Deegan 
> CC: Wei Liu 
> ---
>  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 

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

[Xen-devel] [PATCH] build: Help attempts to syntax highlight Config.mk

2018-02-22 Thread Andrew Cooper
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 
---
CC: George Dunlap 
CC: Ian Jackson 
CC: Jan Beulich 
CC: Konrad Rzeszutek Wilk 
CC: Stefano Stabellini 
CC: Tim Deegan 
CC: Wei Liu 
---
 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