Add first line pattern
This commit is contained in:
parent
9a1a9813cb
commit
ef7aa66959
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
name = "Shell Script"
|
||||
path_suffixes = [".sh", ".bash", ".bashrc", ".bash_profile", ".bash_aliases", ".bash_logout", ".profile", ".zsh", ".zshrc", ".zshenv", ".zsh_profile", ".zsh_aliases", ".zsh_histfile", ".zlogin"]
|
||||
first_line_pattern = "^#!.*\\b(?:ba|z)?sh\\b"
|
||||
brackets = [
|
||||
{ start = "[", end = "]", close = true, newline = false },
|
||||
{ start = "(", end = ")", close = true, newline = false },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue