[Apps/CEdit] Improve FASM syntax highlighting #129

Open
opened 2025-03-10 09:49:53 +01:00 by Burer · 0 comments
Owner

Currently, CEdit doesn't highlight:

  • Commands like rd/rw etc.
  • Commands like align/include etc.
  • Registers like eax, cx etc.
  • Basic instructions like mov/cmp etc.
  • Also advanced instructions, like SSE, MMX etc.
  • Labels like still:/.key: etc.

Sometimes it makes highlighting very non-uniform.
It can be easily fixed by editing highlight file, but I suppose it will be better to first discuss what and how exactly we want to change.

As a reference, we can use Gitea highlighting.

Currently, CEdit doesn't highlight: - Commands like `rd`/`rw` etc. - Commands like `align`/`include` etc. - Registers like `eax`, `cx` etc. - Basic instructions like `mov`/`cmp` etc. - Also advanced instructions, like SSE, MMX etc. - Labels like `still:`/`.key:` etc. Sometimes it makes highlighting very non-uniform. It can be easily fixed by editing highlight file, but I suppose it will be better to first discuss what and how exactly we want to change. As a reference, we can use Gitea highlighting.
Burer added the
Kind
Enhancement
Category/Applications
Priority
Low
labels 2025-03-10 09:49:53 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#129
No description provided.