Created
September 10, 2023 19:25
-
-
Save atelierbram/26f8387382633dc6748ce3979da16c13 to your computer and use it in GitHub Desktop.
Checking syntax highlighting Base2Tone for bash files in VS-Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
do_something() { | |
grep --help | grep '\-i' | |
grep --help | grep -e -i | |
grep --help | grep -- -i | |
} | |
do_something |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment