Skip to content

Commit 359e3a6

Browse files
AucaCoyanglcraft
andauthored
Add support for def 'my-function' syntax highlighting and add tests to it (#182)
* ✅ add functions syntax test * ✅ add function test * textmate: Fix function parse --------- Co-authored-by: Gly <[email protected]>
1 parent 92faaf7 commit 359e3a6

File tree

8 files changed

+152
-341
lines changed

8 files changed

+152
-341
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- uses: lannonbr/vsce-action@master
4747
with:
48-
args: "package"
48+
args: 'package'
4949

5050
- name: Create Release
5151
id: create_release

client/src/extension.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ export function activate(context: vscode.ExtensionContext) {
144144
fileEvents: vscode.workspace.createFileSystemWatcher('**/.clientrc'),
145145
},
146146
markdown: {
147-
isTrusted: true
148-
}
147+
isTrusted: true,
148+
},
149149
};
150150

151151
// Create the language client and start the client.

0 commit comments

Comments
 (0)