diff options
author | pommicket <pommicket@gmail.com> | 2022-12-30 15:51:35 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-30 15:51:35 -0500 |
commit | ad841a324e905559ab7640956b0fbe2d2fdb3b77 (patch) | |
tree | 105be53e3181a7391e167c26894a7436bea27a23 /lsp-json.c | |
parent | 056ccc31cc2cfc1037a47a0b6ae35d0033602cbf (diff) |
fixed hover bug
Diffstat (limited to 'lsp-json.c')
-rw-r--r-- | lsp-json.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ // provides FAST(ish) parsing but SLOW lookup // this is especially fast for small objects // this actually supports "extended json", where objects can have arbitrary values as keys. + +// a string typedef struct { u32 pos; u32 len; |