7 lines
234 B
Python
7 lines
234 B
Python
URL="https://clang.llvm.org/docs/ClangFormatStyleOptions.html"
|
|
VIM_KEY_HL_STR="syn keyword Type %s"
|
|
VIM_VAL_HL_STR="syn keyword Constant %s"
|
|
VIM_SPECIAL_HL_STR="syn keyword Special " # append only
|
|
OUT="hl.vim"
|
|
TEMPLATE="template.vim"
|