Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/serialhex/nano-highlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Muir Hamilton <aaron@correspondwith.me>2013-04-13 04:41:42 +0400
committerAaron Muir Hamilton <aaron@correspondwith.me>2013-04-13 04:41:42 +0400
commitc0c8794fe4f764ab85d6423823cac6f7290d1e2d (patch)
treed48f0324c93b5be3c2939852ef5a0c494f727a3c /bash.nanorc
parent81dc9b11cc678b7970b14b58dc1fac40b3eb923e (diff)
Have bash.nanorc operate on files with the Bourne-again-specific extension
Diffstat (limited to 'bash.nanorc')
-rw-r--r--bash.nanorc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash.nanorc b/bash.nanorc
index 2be8e9c..fbef81d 100644
--- a/bash.nanorc
+++ b/bash.nanorc
@@ -4,7 +4,7 @@
#
# Version 1.1
-syntax "bash" "\.sh$"
+syntax "bash" "\.sh$" "\.bash$"
header "^#!.*/(ba|k|pdk)?sh[-0-9_]*"
# Some Bash syntax first