awesomike
  • Joined on 2024-02-05
awesomike pushed to main at pub/waltzing-ts 2026-01-19 20:17:04 +00:00
6c4e8d3d5e Add Rust macro call support in expressions
awesomike pushed to main at pub/waltzing-ts 2026-01-19 20:06:36 +00:00
c457cfd878 Use parent nodes for comments and raw blocks in highlights
awesomike pushed to main at pub/waltzing-ts 2026-01-19 20:02:11 +00:00
600c0eeff4 Add numbered comment and raw block variants (1-22)
awesomike pushed to main at pub/waltzing-ts 2026-01-19 19:58:10 +00:00
9562d988be Fix comment node types in highlights
awesomike pushed to main at pub/waltzing-ts 2026-01-19 19:54:41 +00:00
5a49f3dd77 Update grammar to use @fn instead of @func
awesomike pushed to main at pub/waltzing-ts 2026-01-19 19:52:01 +00:00
f1bb3540ad Fix @fn to @func keyword token
awesomike pushed to main at pub/waltzing-ts 2026-01-19 19:42:34 +00:00
cd4bb484b4 Fix function highlight capture to @fn
awesomike pushed to main at pub/waltzing-ts 2026-01-19 19:40:35 +00:00
22b190fa14 Restore comment and language label highlighting
awesomike pushed to main at pub/waltzing-ts 2026-01-19 19:20:47 +00:00
1e72442071 Remove complex node queries that may be anonymous
awesomike pushed to main at pub/waltzing-ts 2026-01-19 19:11:34 +00:00
530fbff65a Simplify comment and raw block patterns to single regex
awesomike pushed to main at pub/waltzing-ts 2026-01-19 18:57:12 +00:00
7a0e24fbd4 Remove invalid node queries from highlights.scm
awesomike pushed to main at pub/waltzing-ts 2026-01-19 18:46:01 +00:00
498a2d28e2 Update highlights.scm for new grammar nodes
awesomike pushed to main at pub/waltzing-ts 2026-01-19 18:42:52 +00:00
dc9cb74320 Fix grammar to produce queryable nodes
awesomike pushed to main at pub/waltzing-ts 2026-01-19 18:32:16 +00:00
769d8bfc51 Simplify grammar patterns for tree-sitter compatibility
awesomike pushed to main at pub/waltzing-ts 2026-01-19 06:41:26 +00:00
7c37d0b3bc Add @if/@for support in JSON/JS/CSS embedded blocks
awesomike pushed to main at pub/waltzing-ts 2026-01-19 06:13:02 +00:00
b6a168a2b6 Fix for loop parsing and add @if/@for in attribute positions
awesomike pushed to main at pub/waltzing-ts 2026-01-19 06:00:37 +00:00
6d858472b2 Add @let statement support
awesomike pushed to main at pub/waltzing-ts 2026-01-19 05:54:14 +00:00
f3a7ee0c2e Fix multi-asterisk comments and update highlights
awesomike pushed to main at pub/waltzing-ts 2026-01-19 05:17:49 +00:00
8ea8f5eaed Simplified highlights with standard capture names
awesomike pushed to main at pub/waltzing-ts 2026-01-19 05:13:06 +00:00
f1e5e2796f Fix comment highlighting and precedence issues