aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-15 21:45:06 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-15 21:45:06 +1200
commit2a20c61eaeee75a72c71fdc2abca7a0c6815d11a (patch)
tree5639a435d54df117940aabeab269125755428348
parentMerge branch 'hotfix/v8.37.2' into develop (diff)
downloaddotfiles-2a20c61eaeee75a72c71fdc2abca7a0c6815d11a.tar.gz
dotfiles-2a20c61eaeee75a72c71fdc2abca7a0c6815d11a.zip
Add an issue with syntax highlighting
-rw-r--r--ISSUES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/ISSUES.md b/ISSUES.md
index 53237bcb..3b0b2316 100644
--- a/ISSUES.md
+++ b/ISSUES.md
@@ -35,3 +35,5 @@ Known issues
user to make a copy of the structure or lists to avoid changing it in-place.
There would be a little more overhead to change this into a function call,
but it'd be somewhat safer.
+* Highlighting the variable name in e.g. `unset -v VARNAME` works with `bash`
+ highlighting, but not with `sh` highlighting