mirror of
https://codeberg.org/ProgramSnail/tree-sitter-lang.git
synced 2025-12-28 17:38:47 +00:00
exec comments added (for shell)
This commit is contained in:
parent
567f75620d
commit
39f31b901d
3 changed files with 6 additions and 1 deletions
|
|
@ -2,6 +2,8 @@
|
|||
Test
|
||||
================================================================================
|
||||
|
||||
#! lang
|
||||
|
||||
:: module; // import module to current namespace
|
||||
|
||||
:: _ = module; // import module to current namespace and use functions inside without namespace
|
||||
|
|
@ -11,7 +13,7 @@ Test
|
|||
|
||||
func = {
|
||||
|
||||
@=> {
|
||||
@ => {
|
||||
%x := scan;
|
||||
?? x == ''x'' => break;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue