brack
brack copied to clipboard
🐦⬛ A bracket-based lightweight markup language that extends commands with WebAssembly
Perhaps the Cargo.toml in modsurfer-plugins causes this error. ``` @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/3ld36w5xvzp4522pm81i4rcjhwqmn7r3-dummy-src source root is dummy-src @nix { "action": "setPhase",...
The workflows currently run by pushing and creating a pull request, but this does not have to be the case, for example updating `.vscode/*`, README, and LICENSE.
https://microsoft.github.io/language-server-protocol/specifications/specification-3-16/#textDocument_semanticTokens
https://github.com/brack-lang/brack/blob/8bcdb6be079e7ed853bff5e9880b6eeed856bd16/brack-tokenizer/src/utils.rs#L77
The README file should include sections on installation (using Nix and Cargo), build methods, compilation instructions, how to use the language server, how to participate in development, how to make...
The tokenizer is currently implemented to return values of type `Vec`. However, tokenization can fail, and in such cases, it would be more appropriate for the function to return a...
close #8
We should use Nix and Cachix (Binary Cache) in the continuous integration to improve speed.
Since the language server reads and processes plugin metadata, it is necessary to maintain information about plugin metadata and other environmental settings, and a structure is needed for this purpose.