[pypy-commit] pypy default: Highlight the start and end of the sections.

arigo noreply at buildbot.pypy.org
Thu Jan 12 17:07:01 CET 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r51279:453df8a9c213
Date: 2012-01-12 17:04 +0100
http://bitbucket.org/pypy/pypy/changeset/453df8a9c213/

Log:	Highlight the start and end of the sections.

diff --git a/pypy/jit/tool/pypytrace.vim b/pypy/jit/tool/pypytrace.vim
--- a/pypy/jit/tool/pypytrace.vim
+++ b/pypy/jit/tool/pypytrace.vim
@@ -19,6 +19,7 @@
 syn match pypyLoopArgs    '^[[].*'
 syn match pypyLoopStart   '^#.*'
 syn match pypyDebugMergePoint  '^debug_merge_point(.\+)'
+syn match pypyLogBoundary '[[][0-9a-f]\+[]] \([{].\+\|.\+[}]\)$'
 
 hi def link pypyLoopStart   Structure
 "hi def link pypyLoopArgs    PreProc
@@ -29,3 +30,4 @@
 hi def link pypyNumber      Number
 hi def link pypyDescr       PreProc
 hi def link pypyDescrField  Label
+hi def link pypyLogBoundary Statement


More information about the pypy-commit mailing list