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: [email protected]
Reporter: [email protected]
CC: [email protected]
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs