I would like to create a vim syntax file where either:
- White space is included in keywords.
- White space is ignored in keywords.
Either would work for my purpose, which is to create a JMP scripting language (JSL) syntax file. In JMP, whitespace is ignored in keywords, so New Column("Col1")
and NewColumn(
Col1`) are identical. The former format, with the space, is the standard.