You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
520 B
11 lines
520 B
indent_columns = 4
|
|
indent_with_tabs = 0
|
|
# Set to something differently initially, to test reassigning a custom keyword's type
|
|
set word MACRO2_BEGIN_STUFF
|
|
macro-open MACRO2_BEGIN_STUFF
|
|
macro-else MACRO2_ELSE_STUFF
|
|
macro-close MACRO2_END_STUFF
|
|
macro-open MACRO_BEGIN_STUFF
|
|
macro-else MACRO_ELSE_STUFF
|
|
macro-close MACRO_END_STUFF
|