[LLVMbugs] [Bug 15722] New: VIM syntax highlight improvement

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Apr 11 06:48:03 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=15722

            Bug ID: 15722
           Summary: VIM syntax highlight improvement
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Windows XP
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: Christian at savioursofsoul.de
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

I'm by no means an expert of VIM syntax highlighting, but I was using this file
as a reference for my own syntax highlighting code. So excuse me if I'm wrong
here.

in line 67 of the llvm.vim script it is written:

syn match   llvmFloat  /\<0x\x\+\>/

but it should probably be like this:

syn match   llvmHex  /\<0x\x\+\>/

with an additional

  HiLink llvmHex Number

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130411/8da578a8/attachment.html>


More information about the llvm-bugs mailing list