]> gitweb.factorcode.org Git - factor.git/commitdiff
FUEL: fix for call( indentation.
authorJose A. Ortega Ruiz <jao@gnu.org>
Mon, 13 Apr 2009 23:56:06 +0000 (01:56 +0200)
committerJose A. Ortega Ruiz <jao@gnu.org>
Mon, 13 Apr 2009 23:56:06 +0000 (01:56 +0200)
misc/fuel/fuel-syntax.el

index 7aba6282d6c423211f80a710d5657a2df29c01c4..1c889893664dbcca7b6a5e5f79def96432ae4afc 100644 (file)
     ("\\_<C-ENUM:\\( \\|\n\\)" (1 "<b"))
     ("\\_<TUPLE: +\\w+? +< +\\w+? *\\( \\|\n\\)\\([^;]\\|$\\)" (1 "<b"))
     ("\\_<TUPLE: +\\w+? *\\( \\|\n\\)\\([^;<\n]\\|\\_>\\)" (1 "<b"))
-    ("\\_<\\(SYMBOLS\\|VARS\\|SINGLETONS\\): *?\\( \\|\n\\)\\([^;\n]\\|\\_>\\)" (2 "<b"))
+    ("\\_<\\(SYMBOLS\\|VARS\\|SINGLETONS\\): *?\\( \\|\n\\)\\([^;\n]\\|\\_>\\)"
+     (2 "<b"))
     ("\\(\n\\| \\);\\_>" (1 ">b"))
     ;; Let and lambda:
     ("\\_<\\(!(\\) .* \\()\\)" (1 "<") (2 ">"))
     ("\\_<\\(}\\)\\_>" (1 "){"))
     ;; Parenthesis:
     ("\\_<\\((\\)\\_>" (1 "()"))
+    ("\\_<call\\((\\)\\_>" (1 "()"))
     ("\\_<\\()\\)\\_>" (1 ")("))
     ("\\_<(\\((\\)\\_>" (1 "()"))
     ("\\_<\\()\\))\\_>" (1 ")("))