Commit Graph

604 Commits

Author SHA1 Message Date
Vesim
b2e456404c fix inStream/outStream removal 2021-01-10 08:12:11 +01:00
Alexandros Naskos
eefee4759c
Fixed compilation for latest zig master 2021-01-07 10:35:36 +02:00
Alexandros Naskos
82d6258ab2
Merge pull request #214 from leecannon/master
Fixed string printing with {s} format specifier
2021-01-05 02:43:56 +02:00
Lee Cannon
2a9edf243d Fixed string printing with {s} format specifier 2021-01-04 17:51:26 +00:00
Alexandros Naskos
f21c371baa
Merge pull request #212 from g-w1/setevalbranch
update setevalbranchquota: usize -> u32 for master
2021-01-04 17:48:46 +02:00
g-w1
dffc88a354 update setevalbranchquota: usize -> u32 for master 2021-01-03 15:00:01 -05:00
Alexandros Naskos
d5aa1311ba
Merge pull request #205 from g-w1/make_sure_exists
Make sure zig exe exists
2020-12-24 14:06:27 +02:00
Alexandros Naskos
8a43e3e7c6
Merge pull request #206 from g-w1/absolute_check
absolute check
2020-12-24 14:06:19 +02:00
Alexandros Naskos
48cf400070
Merge pull request #210 from SebastianKeller/patch-1
README.md: added nvim-lspconfig configuration
2020-12-24 14:05:59 +02:00
Sebsatian Keller
0ce1ef1ce7
Update README.md
fixed wording
2020-12-24 01:04:45 +01:00
Sebsatian Keller
688028ef16
README.md: added nvim-lspconfig configuration
It took me some time to get nvim-lspconfig working. This example configuration might be useful for others wanting to use nvim-lspconfig.
2020-12-23 21:12:56 +01:00
g-w1
6cf9ae8038 absolute check 2020-12-19 21:24:42 -05:00
g-w1
5b50d98353 make sure exe exists 2020-12-19 21:01:16 -05:00
Alexandros Naskos
aaab68bb9d
Merge pull request #203 from antlilja/global-cache-builder
Pass global cache argument to std.build.Builder.create
2020-12-12 19:00:26 +02:00
antlilja
da7ce66910
Pass global cache argument to Builder.create. 2020-12-11 00:38:05 +01:00
Alexandros Naskos
bdcd2a1e85
Merge pull request #198 from aniljava/master
build config incorrectly pulls folder named zig if it appears in PATH variable before zig executable
2020-11-24 12:54:40 +02:00
root
60ad93ca34 Skip folder named zig while searching for zig executable on *nix 2020-11-23 22:20:22 -06:00
root
b208a33286 Skip folder named zig while searching for zig executable on *nix 2020-11-23 22:14:50 -06:00
Alexandros Naskos
ff917c08fd
Merge pull request #197 from codemessiah/master
Updated installation instructions
2020-11-22 22:38:38 +02:00
Luke Wilson
d45744afd3 Added screenshots for ZLS for VSCode extension 2020-11-22 14:30:54 -06:00
Luke I. Wilson
01ce8e295b
Update build instructions 2020-11-22 14:17:48 -06:00
Luke I. Wilson
353c580090
Update information about installing 2020-11-22 14:09:31 -06:00
Alexandros Naskos
bf4f653bf9
Better zig build config 2020-11-16 00:07:35 +02:00
Alexandros Naskos
67b5adc04e
Fix session tests 2020-11-15 22:24:29 +02:00
Alexandros Naskos
78e74743e1
Use zig env to find zig lib path instead of assuming the executable comes from a distribution tarball 2020-11-15 21:32:27 +02:00
Alexandros Naskos
892847d939
Removed workspace specific zls.json support 2020-11-15 20:51:56 +02:00
Alexandros Naskos
6e107e75bb
Added Alexandros Naskos to LICENSE 2020-11-15 20:37:46 +02:00
Alexandros Naskos
0bf9602d7b
Fixed infinite loop when analyzing variable declarations like const A = A; for semantic token highlighting 2020-11-15 20:37:00 +02:00
Alexandros Naskos
7ac3740c64
Merge pull request #192 from jedisct1/data-update
Update data for zig 0.7.0 and the current master branch
2020-11-15 19:46:15 +02:00
Frank Denis
ccfb18ec54 Update data for zig 0.7.0 and the current master branch 2020-11-15 12:01:33 +01:00
Alexandros Naskos
72f811e8dc
Recommend a release-fast build in the README 2020-11-08 18:01:07 +02:00
Alexandros Naskos
0d15ea754e
Added --debug-log flag for release mode binaries 2020-11-08 13:40:16 +02:00
Alexandros Naskos
bf7f6cd5e9
Corrected semantic token server provider struct 2020-11-06 15:55:00 +02:00
Alexandros Naskos
f363a1fbdb
Fixed session tests 2020-11-06 12:59:21 +02:00
Alexandros Naskos
8e0dc3da19
Fixed incremental document updates 2020-11-06 12:32:21 +02:00
Alexandros Naskos
d877019abe
Removed struct, enum, opaque, union token types, added them to token modifiers 2020-11-06 11:03:21 +02:00
Alexandros Naskos
42cbcdf751
Merge branch 'master' of github.com:zigtools/zls 2020-11-06 10:25:12 +02:00
Alexandros Naskos
abcccb5d85
Fixed session tests 2020-11-06 10:24:37 +02:00
Alexandros Naskos
f7eff6632e
Cleaned up LSP types, add InitializeResult, no longer use a hardcoded string 2020-11-06 10:08:20 +02:00
Alexandros Naskos
ab9bf89c25
Merge pull request #185 from truemedian/master
Update Github Workflows
2020-11-05 01:17:31 +02:00
Nameless
69bd1903df
add: run tests on linux 2020-11-04 17:15:57 -06:00
Nameless
fd08bf1789
add: run CI daily 2020-11-04 17:11:01 -06:00
Alexandros Naskos
996deb45fe
Added builtin hover handler 2020-11-05 00:54:47 +02:00
Nameless
705c5cf2da
Update Github Workflows 2020-11-04 16:50:29 -06:00
Alexandros Naskos
560b39d359
Better builtin data format and script 2020-11-05 00:39:24 +02:00
Alexandros Naskos
307ac34d4a
Fixed session tests. 2020-11-04 13:00:55 +02:00
Alexandros Naskos
5e327b41ba
Merge pull request #183 from leecannon/master
std.fmt.trim is now deprectated
2020-11-04 10:19:24 +02:00
Lee Cannon
6ade7cad3b
Update src/analysis.zig
Co-authored-by: Isaac Freund <ifreund@ifreund.xyz>
2020-11-03 22:44:50 +00:00
Lee Cannon
60fbb33a20 Use std.mem.trim instead of std.fmt.trim 2020-11-02 14:02:35 +00:00
Alexandros Naskos
3cbf7dbe05
Merge pull request #182 from arqv/nix
Fix Nix derivation
2020-10-31 22:42:49 +02:00