Skip to content

Commit

Permalink
Add Bash datatypes
Browse files Browse the repository at this point in the history
  • Loading branch information
kiy4h committed Sep 29, 2019
1 parent 9b62d85 commit 1c47244
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/Delimiter/bash_multiline_comment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
type: comment
start: ": '"
end: "'"
3 changes: 3 additions & 0 deletions data/Delimiter/bash_single_quote.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
type: string
start: "'"
end: "'"
28 changes: 28 additions & 0 deletions data/Language/Bash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,33 @@ identifier: Bash
wikidata: Q189248
extensions:
- sh
aliases:
- bash
line_continuation:
- backslash
delimiters:
# comment delimiters:
- hash
- bash_multiline_comment
# string delimiters:
- c_char
- backticks
- double_quote_slash_escape
- bash_single_quote_escape
keywords:
- if
- then
- else
- elif
- fi
- case
- esac
- for
- select
- while
- until
- do
- done
- in
- function
- time

0 comments on commit 1c47244

Please sign in to comment.