-
Xtext 2.26.0 appears to have changed or removed some highlighting API used by SADL. When SADL is installed in Eclipse 2021-12 with Xtext 2.25.0, it can open and highlight a SADL file. When SADL is i…
tuxji updated
10 months ago
-
Full changelog for Tact v1.5.0: https://github.com/tact-lang/tact/blob/main/CHANGELOG.md#150---2024-09-15
### New Tact features
- `asm` functions: `asm fun keccak256(s: Slice): Int { 1 INT HASHE…
-
### Problem
The tree-sitter CLI is currently configured through `package.json`, which increases its coupling with Node.js.
### Expected behavior
The configuration should be moved to a dedicat…
-
Defining a new anonumous object having a field valued by LINQ breaks syntax highlighting.
Steps to reproduce: write the following code
```
public class Program {
[Attribute1]
[Attribu…
-
STORY: Users can parse Dockerfile and Containerfile with universal-ctags in order to navigate and review with tool support.
- `man Containerfile`:
https://github.com/containers/common/blob/main/…
-
It looks like new used to be keyword.control.cpp. Now it is keyword.operator.memory.new.cpp. Is this intentional? If it's intentional, we can add the it into the themes in VS Code, but ideally there w…
-
.NET Interactive notebooks allows different cell languages via the language selector in the bottom right of the cell. Currently the only allowable values are languages that have been pre-registered w…
-
Hi,
not sure if this is the correct area or if this should go into languageserver.
Could we consider to provide fenced code block support for markdown? ref https://github.com/mjbvz/vscode-fenced…
-
Issue Type: Bug
Create a new C# console program and add this code:
```csharp
using System;
namespace test
{
class Program
{
static void Main(string[] args)
{
…
-
Hi, I was playing around with initial setup of the library.
It seems like the library recognises only a subset of the syntax (while the same file opened in TextMate is showing the full syntax highligh…