Skip to content

Commit

Permalink
Add support for def 'my-function' syntax highlighting and add tests…
Browse files Browse the repository at this point in the history
… to it (#182)

* ✅ add functions syntax test

* ✅ add function test

* textmate: Fix function parse

---------

Co-authored-by: Gly <[email protected]>
  • Loading branch information
AucaCoyan and glcraft authored Apr 22, 2024
1 parent 92faaf7 commit 359e3a6
Show file tree
Hide file tree
Showing 8 changed files with 152 additions and 341 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- uses: lannonbr/vsce-action@master
with:
args: "package"
args: 'package'

- name: Create Release
id: create_release
Expand Down
4 changes: 2 additions & 2 deletions client/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ export function activate(context: vscode.ExtensionContext) {
fileEvents: vscode.workspace.createFileSystemWatcher('**/.clientrc'),
},
markdown: {
isTrusted: true
}
isTrusted: true,
},
};

// Create the language client and start the client.
Expand Down
Loading

0 comments on commit 359e3a6

Please sign in to comment.