Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
d0e9a89
Spelling
SSlinky Jan 17, 2025
c7f2d45
Semantic token not required here
SSlinky Jan 17, 2025
2383df7
Add method attributes
SSlinky Jan 17, 2025
57a23a9
Update tests
SSlinky Jan 17, 2025
e87fb6a
"Me" now language variable
SSlinky Jan 17, 2025
f14fcc3
Allow for type hints on number literals
SSlinky Jan 17, 2025
753898e
Fixed attributes leaking to language
SSlinky Jan 17, 2025
c179913
Correct title
SSlinky Jan 17, 2025
bd92401
Arguments as a signature treated separately to args passed to method
SSlinky Jan 20, 2025
745426c
Fixes #32
SSlinky Jan 21, 2025
032b3aa
Fix indentation bug
SSlinky Jan 22, 2025
25fac20
IdentifierCapability now handles TerminalNodes as well as rule contexts.
SSlinky Jan 23, 2025
953a2d1
SemanticTokenCapability generates token lazily instead of in constructor
SSlinky Jan 23, 2025
3968882
Fix and test logic blocks
SSlinky Jan 28, 2025
72e11cf
Comments shouldn't consume line ending
SSlinky Feb 4, 2025
baf28b0
Separator pattern
SSlinky Feb 4, 2025
cc34c0c
Comments aren't literals
SSlinky Feb 4, 2025
838008b
Line cont. must begin with space
SSlinky Feb 4, 2025
b60ca64
Fixed variable assignment to handle property chaining
SSlinky Feb 4, 2025
e53263c
Bug fix inline if
SSlinky Feb 4, 2025
d06cd5f
Expression now multi-line
SSlinky Feb 6, 2025
7896b59
Reworked attributes
SSlinky Feb 6, 2025
4559f07
Added TM notes
SSlinky Feb 6, 2025
e675ce0
Bug fix begin/end broken at top level
SSlinky Feb 6, 2025
acdaef1
Fix variable declaration
SSlinky Feb 6, 2025
d332c68
Method attribute scopes
SSlinky Feb 6, 2025
e1f9090
Fix key words
SSlinky Feb 6, 2025
91247fe
Add multi-line support
SSlinky Feb 6, 2025
fcf0056
Bug fix variable declaration
SSlinky Feb 6, 2025
096c596
Update and test variable declarations
SSlinky Feb 6, 2025
70b3e0d
Add multi-line variable declaration support
SSlinky Feb 6, 2025
d54317c
Added multi-line support for method signatures
SSlinky Feb 6, 2025
f7050a1
Dev TM grammars
SSlinky Feb 7, 2025
5baa397
Bug fix module missing name diagnostic
SSlinky Feb 7, 2025
95786ef
1.4.8
SSlinky Feb 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#folder is available
**/out/*
!client/out/*.tmp
client/src/syntaxes/dev*

.antlr
node_modules
Expand Down
Loading