Make TUPLE: indent, which seems to be the common indentation.
parent
03787e0972
commit
3e2f848101
|
@ -159,14 +159,13 @@
|
||||||
"MEMO" "MEMO:" "METHOD"
|
"MEMO" "MEMO:" "METHOD"
|
||||||
"SYNTAX"
|
"SYNTAX"
|
||||||
"PREDICATE" "PRIMITIVE"
|
"PREDICATE" "PRIMITIVE"
|
||||||
"STRUCT" "TAG" "UNION-STRUCT"
|
"STRUCT" "TAG" "TUPLE" "UNION-STRUCT"
|
||||||
"UNION"))
|
"UNION"))
|
||||||
|
|
||||||
(defconst fuel-syntax--no-indent-def-starts '("ARTICLE"
|
(defconst fuel-syntax--no-indent-def-starts '("ARTICLE"
|
||||||
"HELP"
|
"HELP"
|
||||||
"SINGLETONS"
|
"SINGLETONS"
|
||||||
"SYMBOLS"
|
"SYMBOLS"
|
||||||
"TUPLE"
|
|
||||||
"VARS"))
|
"VARS"))
|
||||||
|
|
||||||
(defconst fuel-syntax--indent-def-start-regex
|
(defconst fuel-syntax--indent-def-start-regex
|
||||||
|
|
Loading…
Reference in New Issue