brack icon indicating copy to clipboard operation
brack copied to clipboard

🐦‍⬛ A bracket-based lightweight markup language that extends commands with WebAssembly

Results 49 brack issues
Sort by recently updated
recently updated
newest added

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",...

bug

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.

CI

https://microsoft.github.io/language-server-protocol/specifications/specification-3-16/#textDocument_semanticTokens

enhancement
language-server

https://github.com/brack-lang/brack/blob/8bcdb6be079e7ed853bff5e9880b6eeed856bd16/brack-tokenizer/src/utils.rs#L77

good first issue
tokenizer

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...

documentation

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...

tokenizer

We should use Nix and Cachix (Binary Cache) in the continuous integration to improve speed.

CI

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.