• Joined on 2025-09-25
defunkt pushed to curly-strings at probablycorey/shrimp 2025-11-07 05:26:45 +00:00
b7a65e07dc fix test issues
8299022b4f fix edge case
131c943fc6 interpolation in { curly strings }
866da86862 curly -> Curly
5ac0b02044 { curly strings }
Compare 17 commits »
defunkt pushed to curly-strings at probablycorey/shrimp 2025-11-07 05:23:26 +00:00
bb92a9e0b4 fix edge case
defunkt commented on pull request probablycorey/shrimp#27 2025-11-07 05:05:50 +00:00
{ curly strings }

Okay, this now supports interpolation.

expect(`name = Bob; { Hello $name! }`).toEvaluateTo(` Hello Bob! `)
expect(`a = 1; b = 2; { sum is $(a + b)! }`).toEvaluateTo(` sum is 3!…
defunkt pushed to curly-strings at probablycorey/shrimp 2025-11-07 05:04:36 +00:00
e915868b7c interpolation in { curly strings }
5b965326e4 curly -> Curly
Compare 2 commits »
defunkt pushed to main at defunkt/foam 2025-11-06 19:08:00 +00:00
cafa9108bb absolute json paths
defunkt created pull request probablycorey/shrimp#27 2025-11-06 19:03:37 +00:00
{ curly strings }
defunkt created branch curly-strings in probablycorey/shrimp 2025-11-06 19:02:01 +00:00
defunkt pushed to curly-strings at probablycorey/shrimp 2025-11-06 19:02:01 +00:00
2383a39687 { curly strings }
defunkt commented on pull request probablycorey/shrimp#25 2025-11-06 18:51:42 +00:00
Make the extension know about the prelude

Beautiful 😭

defunkt commented on pull request probablycorey/shrimp#26 2025-11-06 18:50:20 +00:00
Whoops, I had two things called scopeTracker

🚀

defunkt pushed to main at probablycorey/shrimp 2025-11-06 17:32:01 +00:00
7645efc4f9 Revert "use string.quoted for strings (for now) (until defunkt gets a new vscode theme)"
47c3fda4c8 use string.quoted for strings (for now) (until defunkt gets a new vscode theme)
Compare 2 commits »
defunkt pushed to main at probablycorey/shrimp 2025-11-06 16:05:20 +00:00
fcfbace65e split namedarg and = into different tokens
defunkt pushed to main at probablycorey/shrimp 2025-11-06 15:41:49 +00:00
54a5fec08e check idents in NamedArg also
defunkt pushed to main at defunkt/foam 2025-11-06 00:13:19 +00:00
4ff6368a8c add magical style tags
260e2c7480 use data files for tag info
6114e5cf5e false/null = no attr
56de9709e9 update shrimp
201cba6542 dirty
Compare 5 commits »
defunkt created branch main in defunkt/sites 2025-11-06 00:12:36 +00:00
defunkt pushed to main at defunkt/sites 2025-11-06 00:12:36 +00:00
856060e913 foam experiments
defunkt created repository defunkt/sites 2025-11-06 00:12:29 +00:00
defunkt pushed to main at probablycorey/shrimp 2025-11-05 23:43:50 +00:00
5ff78d49c1 this fixes a totally different bug
defunkt pushed to main at defunkt/ReefVM 2025-11-05 23:43:35 +00:00
bffb83a528 more robust isValue() check
defunkt pushed to main at defunkt/foam 2025-11-05 23:24:37 +00:00
c7fed4bac6 update shrimp
2d6af63d14 text tag...
Compare 2 commits »