aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2015-03-01 02:31:28 +0100
committerDrahflow <drahflow@gmx.de>2015-03-01 02:31:28 +0100
commit4022183e5495a98b8d6f7732949dfcb370402d38 (patch)
treebfbe23d27dc3dc579b968a9cda7e7d54c262326f
parentfd0f4713b983ca85a3868b48ef7503f09d46f96d (diff)
Nicer formatting
-rw-r--r--doc/conventions.md64
1 files changed, 32 insertions, 32 deletions
diff --git a/doc/conventions.md b/doc/conventions.md
index 1cb1425..1acba96 100644
--- a/doc/conventions.md
+++ b/doc/conventions.md
@@ -4,35 +4,35 @@ Conventions
Global function names try to follow a certain schema. The initial character (and sometimes later ones as well)
roughly connect to various topics as follows:
-`!`: Co-routines
-`"`: Strings
-`#`: Scope based complex data types; comments
-`$`: -
-`%`: -
-`&`: -
-`'`: Types
-`(`: -
-`)`: -
-`*`: Function execution
-`+`: -
-`,`: -
-`-`: Stack manipulation
-`.`: Field dereference
-`/`: Keyword-like strings
-`:`: -
-`;`: Function composition
-`<`: Scope start
-`=`: Assignment
-`>`: Scope end
-`?`: Ternary operator; error handling
-`@`: -
-`[`: Array begin
-`\`: Executing dereference
-`]`: Array end
-`^`: -
-`_`: Stack manipulation
-`` ` ``: -
-`{`: Code begin
-`|`: Nonexecuting dereference
-`}`: Code end
-`~`: -
+* `!`: Co-routines
+* `"`: Strings
+* `#`: Scope based complex data types; comments
+* `$`: -
+* `%`: -
+* `&`: -
+* `'`: Types
+* `(`: -
+* `)`: -
+* `*`: Function execution
+* `+`: -
+* `,`: -
+* `-`: Stack manipulation
+* `.`: Field dereference
+* `/`: Keyword-like strings
+* `:`: -
+* `;`: Function composition
+* `<`: Scope start
+* `=`: Assignment
+* `>`: Scope end
+* `?`: Ternary operator; error handling
+* `@`: -
+* `[`: Array begin
+* `\`: Executing dereference
+* `]`: Array end
+* `^`: -
+* `_`: Stack manipulation
+* `` ` ``: -
+* `{`: Code begin
+* `|`: Nonexecuting dereference
+* `}`: Code end
+* `~`: -