Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HLASM - highlighting issues if there is # or $ in macro name #185

Closed
JeffyOLOLO opened this issue Nov 16, 2021 · 3 comments
Closed

HLASM - highlighting issues if there is # or $ in macro name #185

JeffyOLOLO opened this issue Nov 16, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@JeffyOLOLO
Copy link

Development environment used

  • Z Open Editor version: 1.4.0
  • Editor Platform
    • Visual Studio Code
  • Editor Platform Version:
Version: 1.62.2 (user setup)
Commit: 3a6960b964327f0e3882ce18fcebd07ed191b316
Date: 2021-11-11T20:56:38.428Z
Electron: 13.5.2
Chrome: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Windows_NT x64 10.0.19042
  • Operating System: Windows 10 20H2
  • Java Version:
java version "1.8.0_301"
Java(TM) SE Runtime Environment (build 1.8.0_301-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.301-b09, mixed mode)

Problem Description

If macro name contains #, starting from that # name is highlighted as an operand. The same for $, except when it's the first symbol.

image

@FALLAI-Denis
Copy link

FALLAI-Denis commented Nov 16, 2021

Hi,

Probably problem in texmate rule... # character not expected in 3rd parts of regular expression:

image

Try with this modification:

image

image

@IBM IBM deleted a comment from kkrein Nov 16, 2021
@IBM IBM deleted a comment from kkrein Nov 16, 2021
@phaumer phaumer added the bug Something isn't working label Nov 16, 2021
@phaumer
Copy link
Member

phaumer commented Nov 18, 2021

We improved this in v1.4.1. See the Know issues list for what is left. Let's open new issues for other important items to fix.

@phaumer phaumer closed this as completed Nov 18, 2021
@JeffyOLOLO
Copy link
Author

Hi, thanks, it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants