From 77d5b5d658830bd24724f945e0d6ddf6a06adc0e Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 13 Jul 2015 22:43:16 -0700 Subject: 1780 - now we always reclaim local scopes But still no difference in either memory footprint or in running time. This will teach me -- for the umpteenth time -- to optimize before measuring. --- mu.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mu.vim') diff --git a/mu.vim b/mu.vim index 7d43ec9a..f8440bfb 100644 --- a/mu.vim +++ b/mu.vim @@ -45,7 +45,7 @@ highlight link muNumber Constant syntax match muLabel "^\s\+[^ 0-9a-zA-Z{}\[\]][^ ]*\s*$" syntax match muLabel %[^ ]\+:label/\?[^ ,]*% highlight link muLabel Constant -syntax keyword muKeyword default-space global-space new-default-space next-ingredient ingredient | highlight link muKeyword Constant +syntax keyword muKeyword default-space global-space new-default-space local-scope next-ingredient ingredient | highlight link muKeyword Constant syntax match muDelimiter "[{}]" | highlight link muDelimiter Delimiter syntax match muAssign " <- \|\" | highlight link muAssign SpecialChar -- cgit 1.4.1-2-gfad0 ftware → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats