Skip to content

Commit 48a1952

Browse files
authored
Merge pull request #37 from predragnikolic/master
Add Helm support
2 parents 73d42b9 + eec7362 commit 48a1952

13 files changed

+86
-37
lines changed

AzureDevops.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%YAML 1.2
22
---
3-
# See http://www.sublimetext.com/docs/3/syntax.html
3+
# See http://www.sublimetext.com/docs/syntax.html
44
scope: source.yaml.pipeline.azure-devops
55
version: 2
66

Bash (AWS Folded).sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%YAML 1.2
22
---
3-
# See http://www.sublimetext.com/docs/3/syntax.html
3+
# See http://www.sublimetext.com/docs/syntax.html
44
scope: source.shell.bash.folded-aws
55
version: 2
66
hidden: true

Bash (AWS).sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%YAML 1.2
22
---
3-
# See http://www.sublimetext.com/docs/3/syntax.html
3+
# See http://www.sublimetext.com/docs/syntax.html
44
scope: source.shell.bash.aws
55
version: 2
66
hidden: true

Bash (AzureDevops Folded).sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%YAML 1.2
22
---
3-
# See http://www.sublimetext.com/docs/3/syntax.html
3+
# See http://www.sublimetext.com/docs/syntax.html
44
scope: source.shell.bash.folded-azure-devops
55
version: 2
66
hidden: true

Bash (AzureDevops).sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%YAML 1.2
22
---
3-
# See http://www.sublimetext.com/docs/3/syntax.html
3+
# See http://www.sublimetext.com/docs/syntax.html
44
scope: source.shell.bash.azure-devops
55
version: 2
66
hidden: true

Bash (Folded).sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%YAML 1.2
22
---
3-
# See http://www.sublimetext.com/docs/3/syntax.html
3+
# See http://www.sublimetext.com/docs/syntax.html
44
scope: source.shell.bash.folded
55
version: 2
66
hidden: true

Bash (Github Actions Folded).sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%YAML 1.2
22
---
3-
# See http://www.sublimetext.com/docs/3/syntax.html
3+
# See http://www.sublimetext.com/docs/syntax.html
44
scope: source.shell.bash.folded-github-actions
55
version: 2
66
hidden: true

Bash (Github Actions).sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%YAML 1.2
22
---
3-
# See http://www.sublimetext.com/docs/3/syntax.html
3+
# See http://www.sublimetext.com/docs/syntax.html
44
scope: source.shell.bash.github-actions
55
version: 2
66
hidden: true

Github Actions.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%YAML 1.2
22
---
3-
# See http://www.sublimetext.com/docs/3/syntax.html
3+
# See http://www.sublimetext.com/docs/syntax.html
44
scope: source.yaml.pipeline.github-actions
55
version: 2
66

Helm.sublime-syntax

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
%YAML 1.2
2+
---
3+
# See http://www.sublimetext.com/docs/syntax.html
4+
scope: source.yaml.helm
5+
version: 2
6+
7+
extends: Packages/Go/YAML (Go).sublime-syntax

0 commit comments

Comments
 (0)