Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
2677324
update kate syntax highlighting
5Stygian Aug 16, 2026
53ed960
Swap ModuleMember and ModuleName
5Stygian Aug 16, 2026
d306be2
fix a bug with return types from different modules not being highligh…
5Stygian Aug 16, 2026
770ec0f
update token lists
5Stygian Aug 16, 2026
fe674aa
start on fixing function definition highlighting
5Stygian Aug 16, 2026
31f64f6
accidentally pushed an executable (oops)
5Stygian Aug 16, 2026
93b27c9
update Contributors.txt
5Stygian Aug 16, 2026
b16c4ba
finish fixing function highlighting
5Stygian Aug 16, 2026
441a818
add contract comments
5Stygian Aug 17, 2026
7f6e8cc
add support for contract comments + bug fixes
5Stygian Aug 17, 2026
918bab9
fix a bug where some characters were highlighted with the same color …
5Stygian Aug 17, 2026
b4e5640
add support for hex and octal numbers
5Stygian Aug 17, 2026
0404652
add support for float and decimal suffixes
5Stygian Aug 17, 2026
91f5be8
fixed improper highlighting in numbers using '_'
5Stygian Aug 17, 2026
b690fc4
match object member access with how module access works
5Stygian Aug 17, 2026
8893391
only highlight the @ rules in contracts
5Stygian Aug 18, 2026
f15c2d0
consts or types that are one character long now get highlighted
5Stygian Aug 18, 2026
de7a7a8
name of the module/import now gets highlighted even if it doesnt have…
5Stygian Aug 18, 2026
706b22c
highlight the names of inner structs
5Stygian Aug 19, 2026
776df2d
macro definitions are now highlighted the same as functions
5Stygian Aug 19, 2026
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 Contributors.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ The following contributors worked on these plugins in the C3C repository:
dte: data-man
Nano: André, data-man
Kakoune: Hanna
Kate: Waqar Ahmed, 5Stygian
VsCode: Pyxel, Thsm
Sublime Text: everlyy
Loading