intel / intel/device-modeling-language

Syntax file seems to split tokens on identifier delimiters even within strings

Open
#445 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
139
Forks
53
Avg merge
20h 16m
Merged PRs (30d)
3

Description

Manifested as broken-apart highlighting when doing goto-def on import in vscode:

```import "some_dir/some_file.dml"```

Breaks the highlighting apart between some_dir, some_file, and dml. Should treat everything within double-quotes as one token.

Overall a low-prio issue, does not affect actual functionality within vscode (goto-def on any of the parts still works)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.