From 51c8970eb8e22829a7ff051efee712aa76f8b75c Mon Sep 17 00:00:00 2001 From: Nils Winkler Date: Mon, 22 May 2017 07:58:33 +0200 Subject: [PATCH] Fixed indentation --- DEVELOPMENT.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index c2291c66..7c2c16fe 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -36,6 +36,6 @@ For `aliases`, `plugins` and `completions`, the following rules are applied that * When symlinking a component into an `enabled` directory, the load priority is used as a prefix for the linked name, separated with three dashes from the name of the component. The `node.plugin.bash` would be symlinked to `250---node.plugin.bash` for example. * Each file can override the default load priority by specifying a new value. To do this, the file needs to include a comment in the following form. This example would cause the `node.plugin.bash` (if included in that file) to be linked to `225---node.plugin.bash`: -```bash -# BASH_IT_LOAD_PRIORITY: 225 -``` + ```bash + # BASH_IT_LOAD_PRIORITY: 225 + ```