summaryrefslogtreecommitdiff
path: root/home-config/zsh/zsh-autosuggestions/spec/options/highlight_style_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'home-config/zsh/zsh-autosuggestions/spec/options/highlight_style_spec.rb')
-rw-r--r--home-config/zsh/zsh-autosuggestions/spec/options/highlight_style_spec.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/home-config/zsh/zsh-autosuggestions/spec/options/highlight_style_spec.rb b/home-config/zsh/zsh-autosuggestions/spec/options/highlight_style_spec.rb
new file mode 100644
index 0000000..a7e39b3
--- /dev/null
+++ b/home-config/zsh/zsh-autosuggestions/spec/options/highlight_style_spec.rb
@@ -0,0 +1,7 @@
+describe 'a displayed suggestion' do
+ it 'is shown in the default style'
+
+ describe 'when ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE is set to a zle_highlight string' do
+ it 'is shown in the specified style'
+ end
+end