[Apps/CEdit] Improve FASM syntax highlighting #129
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, CEdit doesn't highlight:
rd
/rw
etc.align
/include
etc.eax
,cx
etc.mov
/cmp
etc.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.