Skip to content

Commit d681b10

Browse files
author
srqc
committed
code cleanup
1 parent bdf0b68 commit d681b10

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ registries:
55
url: https://npm.pkg.github.com
66
token: ${{secrets.DEPENDABOT_TOKEN}}
77
updates:
8-
- package-ecosystem: npm
9-
directory: "/"
10-
registries:
11-
- npm-github
8+
- package-ecosystem: npm
9+
directory: "/"
10+
registries:
11+
- npm-github

language/syntaxes/expressions.tmGrammar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@
111111
"match": "\\bnull\\b"
112112
}
113113
}
114-
}
114+
}

language/syntaxes/yaml.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,4 +618,4 @@
618618
]
619619
}
620620
}
621-
}
621+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,4 +555,4 @@
555555
"uuid": "^3.3.3",
556556
"vscode-languageclient": "^8.0.2"
557557
}
558-
}
558+
}

script/workspace/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
"./actions-languageservices/languageserver",
88
"./vscode-github-actions"
99
]
10-
}
10+
}

0 commit comments

Comments
 (0)