Skip to content

Sync syntax updates with vscode extension#17

Open
jackos wants to merge 1 commit intomodular:mainfrom
jackos:jackos/sync-with-vscode-extension
Open

Sync syntax updates with vscode extension#17
jackos wants to merge 1 commit intomodular:mainfrom
jackos:jackos/sync-with-vscode-extension

Conversation

@jackos
Copy link
Contributor

@jackos jackos commented Mar 19, 2026

This hasn't been done in a while, has updates such as the function modifiers:

{
    "name": "storage.modifier",
    "match": "\\b(var|read|mut|out|ref)\\b"
},

@jackos jackos force-pushed the jackos/sync-with-vscode-extension branch from afd25f7 to a6c0505 Compare March 19, 2026 03:13
This hasn't been done in a while, has many updates such as the keywords:

```json
{
    "name": "storage.modifier",
    "match": "\\b(owned|read|mut|out|ref)\\b"
},
```
@jackos jackos force-pushed the jackos/sync-with-vscode-extension branch from a6c0505 to f8d7d75 Compare March 19, 2026 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant