Skip to content

Commit ee9c2c1

Browse files
author
fidgetingbits
committed
test adding a couple fixtures
1 parent 351145b commit ee9c2c1

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

packages/common/src/scopeSupportFacets/shellscript.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import {
88
const { supported } = ScopeSupportFacetLevel;
99

1010
export const shellscriptScopeSupport: LanguageScopeSupportFacetMap = {
11+
list: supported,
1112
command: supported,
1213
"name.assignment": supported,
1314
"value.assignment": supported,
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
echo "foo"
2+
---
3+
4+
[Content] =
5+
[Removal] =
6+
[Domain] = 0:0-0:10
7+
0| echo "foo"
8+
>----------<
9+
10+
[Insertion delimiter] = " "
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
declare -a arr=("apple" "banana" "cherry")
2+
---
3+
4+
[Content] =
5+
[Removal] =
6+
[Domain] = 0:15-0:42
7+
0| declare -a arr=("apple" "banana" "cherry")
8+
>---------------------------<
9+
10+
[Insertion delimiter] = " "

0 commit comments

Comments
 (0)