aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION4
-rw-r--r--bash/bash_completion.d/_text_filenames.bash4
-rw-r--r--vim/after/syntax/bindzone.vim3
3 files changed, 7 insertions, 4 deletions
diff --git a/VERSION b/VERSION
index 552d340e..217dab9c 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v1.57.0
-Tue Aug 21 03:44:19 UTC 2018
+tejr dotfiles v1.58.0
+Tue Aug 21 23:17:45 UTC 2018
diff --git a/bash/bash_completion.d/_text_filenames.bash b/bash/bash_completion.d/_text_filenames.bash
index 7f3bb0e4..a9d767b7 100644
--- a/bash/bash_completion.d/_text_filenames.bash
+++ b/bash/bash_completion.d/_text_filenames.bash
@@ -38,8 +38,8 @@ _text_filenames() {
*.AVI|*.GIFV|*.MKV|*.MOV|*.MPG|*.RM|*.WEBM) ;;
# Lossy audio file formats
- *.au|*.mp[34]|*.ogg|*.snd|*.wma) ;;
- *.AU|*.MP[34]|*.OGG|*.SND|*.WMA) ;;
+ *.au|*.m4a|*.mp[34]|*.ogg|*.snd|*.wma) ;;
+ *.AU|*.M4A|*.MP[34]|*.OGG|*.SND|*.WMA) ;;
# Lossless/source audio file formats
*.aup|*.flac|*.mid|*.h2song|*.nwc|*.s3m|*.wav) ;;
diff --git a/vim/after/syntax/bindzone.vim b/vim/after/syntax/bindzone.vim
new file mode 100644
index 00000000..19989995
--- /dev/null
+++ b/vim/after/syntax/bindzone.vim
@@ -0,0 +1,3 @@
+" Highlight TLSA and SSHFP records correctly
+" <https://github.com/vim/vim/issues/220>
+syn keyword zoneRRType contained TLSA SSHFP nextgroup=zoneRData skipwhite