-
Provide a way to get position information for parameters, functions, and possibly other entities, for use in validating expressions prior to evaluating them and for syntax highlighting the various ele…
-
Hi, how to add Fennel language support?
at least syntax highlighting, i came across [tree-sitter-fennel](https://github.com/travonted/tree-sitter-fennel)
and basic fennel lsp [fennel-ls](https://g…
-
**Environments:**
- Prettier Version: 2.6.2
- Running Prettier via: Node.js API
- Runtime: 18.1.0
- Operating System: Linux (through WSL)
- Prettier plugins (if any): `prettier-plugin-tailwind…
-
### Check for existing issues
- [X] Completed
### Language
VHDL
### Tree Sitter parser link
https://github.com/jpt13653903/tree-sitter-vhdl
### Language server link
https://github.com/VHDL-LS/r…
-
**Describe the bug**
Hi team,
I found an issue with the Kotlin syntax parser in Semgrep. I'm writing a basic rule that fails when using the Kotlin language but works with the generic language.
…
puckk updated
5 months ago
-
To improve our security, Naga needs a function that can create a `Module` that passes validation, driven by an arbitrary data stream, like that provided by `cargo fuzz`. This should be something like …
-
When loading the dgs_corpus dataset, an AssertionError occurs due to unsynchronized pose shapes within one of the documents.
Here is the error message:
`AssertionError: Document 1177918: The poses…
-
I really like this plugin and the UI, you made it really great and it is similar to postman, so thanks for this. Also I like the idea of what VS Code is doing with the simple http rest client, where y…
-
A panic occurs when an embedded/inline field is a type alias and Alias types are enabled in Go.
To reproduce on the `main` branch:
1. Apply the following example patch in controller-tools reposi…
-
> `xyz` NR means the characters **xyz** literally, and **xyz** is not a reserved keyword
Does this means we can use `xyz` anywhere as an identifier? i.e. even within the context where…