We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 040c8eb + 21e8565 commit d85409dCopy full SHA for d85409d
dylan.el
@@ -204,10 +204,10 @@ These must also be simple definitions and are appended to
204
"iterate" "profiling")
205
"Words that begin statements with implicit bodies.")
206
207
-;; Names beginning "with-", "without-", and "...ing-" (e.g., printing-object)
208
-;; are commonly used as statement macros.
+;; Names beginning "with-", "without-", and "printing-" (for printing-object
+;; and printing-logical-block) are commonly used as statement macros.
209
(defvar dylan-with-statement-prefix
210
- "\\(with\\|without\\|[a-zA-Z]+ing\\)-")
+ "\\(with\\|without\\|printing\\)-")
211
212
(defvar dylan-statement-prefixes
213
(concat "\\|\\_<" dylan-with-statement-prefix "[-_a-zA-Z?!*@<>$%]+"))
0 commit comments