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 <[email protected]> --- CC: George Dunlap <[email protected]> CC: Ian Jackson <[email protected]> CC: Jan Beulich <[email protected]> CC: Konrad Rzeszutek Wilk <[email protected]> CC: Stefano Stabellini <[email protected]> CC: Tim Deegan <[email protected]> CC: Wei Liu <[email protected]> --- 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 [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
