1
1
mirror of https://github.com/tweag/nickel.git synced 2024-08-15 22:50:22 +03:00
Commit Graph

23 Commits

Author SHA1 Message Date
Simon Žlender
a4fad2b935
Full vscode extension (#1405)
* Full vscode extension

* Update lsp/client-extension/syntaxes/nickel.tmLanguage.json

---------

Co-authored-by: Yann Hamdaoui <yann.hamdaoui@gmail.com>
2023-06-28 09:24:39 +00:00
Matthias Meschede
558c2577a6
Update README.md (#1388)
The vim-nickel plugin sets the filetype to "nickel", not "ncl".
2023-06-21 13:08:48 +00:00
Oghenevwogaga Ebresafe
72749050ec Add documentation for using the formatter. 2023-04-12 14:34:08 +01:00
Julien Debon
62128a642f
Migrate Nix build from import-cargo to Crane (#963)
* Refactor flake inputs because it's been annoying me for weeks now
* Fix a long-standing bug in mk_uniftype.rs
Can be reproduced by running `cargo test --workspace`.
This was never noticed before in CI because the `--workspace` flag is not passed.
This will be addressed in the Crane migration
* Remove utilities/Cargo.lock
This is probably a fragment of the past, back when Nickel did not use Cargo workspaces.
* Fix Clippy issues in tests
* Rustfmt and clippy are no longer in preview
* Update README with Nix flake shell command
* Migrate from import-cargo to crane for Nickel
Nickel WASM build is intentionally left intact and still uses the old
import-cargo.
This is because the change is already massive, and in practice the WASM build
relies more on `wasm-pack` than Cargo (even though under the hood, `wasm-pack`
uses Cargo).

If Crane looks good, both for DX and for CI, we will consider migrating Nickel
WASM to Crane too in a future PR.
* Remove support for Rust nightly channel
* Only Nix check for Rust `stable` channel
* Fix deprecated Nix build documentation commands
* Fix completion test
2022-12-05 17:28:45 +01:00
Yann Hamdaoui
1622fe64b7 Markdown linting of LSP and benches READMEs 2022-08-05 11:55:21 +02:00
Ryota
1a5e1f2411 Fix typo 2022-05-20 23:45:10 +01:00
Yann Hamdaoui
ad581b791e Fix binary name of nls, update doc 2022-03-12 10:03:26 +01:00
francois-caddet
0ff4f88286 fix butal replacement for http(s):// 2022-03-03 17:12:19 +01:00
francois-caddet
feb41abbf2 update comment syntax in anual, rfcs and READMEs 2022-03-03 11:35:18 +01:00
Avi Dessauer
e0cee05dc8
Update lsp/README.md
Co-authored-by: Yann Hamdaoui <yann.hamdaoui@gmail.com>
2022-01-18 13:47:53 -05:00
Avi Dessauer
b1175e877b Editor setup docs 2022-01-18 12:22:57 -05:00
Yann Hamdaoui
29c8116636
Update README.md
Small fixes
2021-12-29 09:23:48 +01:00
Yann Hamdaoui
2b694899ec Rework of the LSP Readme 2021-12-28 19:24:26 +01:00
Avi Dessauer
140f41a1e7
Merge pull request #506 from tweag/avi/language-server/vs-code-client
Avi/language server/vs code client
2021-12-15 22:40:31 -05:00
Avi Dessauer
92c543113d Document more installation methods 2021-12-15 14:54:09 -05:00
Avi Dessauer
69e8d678af Address review 2021-12-15 14:23:18 -05:00
Yannik Sander
85d3cb1e75
Clarify optional dependency on jq
Co-authored-by: Yann Hamdaoui <yann.hamdaoui@gmail.com>
2021-12-15 20:20:46 +01:00
Yannik Sander
34dc584582
Change phrasing
Co-authored-by: Yann Hamdaoui <yann.hamdaoui@gmail.com>
2021-12-15 20:20:11 +01:00
Yannik Sander
c446e8f3db
Remove needless comment on different editore
Co-authored-by: Yann Hamdaoui <yann.hamdaoui@gmail.com>
2021-12-15 20:19:05 +01:00
Yannik Sander
0ea4a7ffa5
Remove mention of nickel interpreter from nls readme
Co-authored-by: Yann Hamdaoui <yann.hamdaoui@gmail.com>
2021-12-15 20:18:04 +01:00
Avi Dessauer
7c783852fc Alternative install instructions 2021-12-14 12:40:49 -05:00
Avi Dessauer
4a2e000f87 Neo(Vim) LSP instructions 2021-12-14 12:37:56 -05:00
Yannik Sander
5233d80bb5 Add nls readme 2021-12-13 17:38:30 +01:00