Skip to content

Instantly share code, notes, and snippets.

@atelierbram
Created September 10, 2023 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atelierbram/26f8387382633dc6748ce3979da16c13 to your computer and use it in GitHub Desktop.
Save atelierbram/26f8387382633dc6748ce3979da16c13 to your computer and use it in GitHub Desktop.
Checking syntax highlighting Base2Tone for bash files in VS-Code
#!/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