Skip to content

Commit 1b27f3f

Browse files
committed
update extension for return statements
1 parent 943b905 commit 1b27f3f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
74 Bytes
Binary file not shown.

extensions/vscode/syntaxes/modu.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"keywords": {
1818
"patterns": [{
1919
"name": "keyword.control.modu",
20-
"match": "\\b(if|fn|let|import|as)\\b"
20+
"match": "\\b(if|fn|let|import|as|return)\\b"
2121

2222
}]
2323
},

0 commit comments

Comments
 (0)