I need a bit of help #348
Replies: 5 comments 3 replies
-
Please provide example code that is failing to highlight properly along
with the expected output. I know absolutely nothing about those
languages and don't know what `modula_hex` and `modula_real` are
supposed to match or not match.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Unfortunately, there is no way to easily add string interpolation. It is
a difficult problem to solve without embedded lexers. I'm sorry that I
cannot be of help here.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected
-
Okay, thanks. This is considered a "legacy" lexer and will have to be
converted before being committed:
https://orbitalquark.github.io/scintillua/api.html#migrating-legacy-lexers
I can do this myself when I have some time. Please let me know the file
extension(s) for Objeck for auto-detection.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
hi folks
I'm offline for personal reasons until the end of February. If you forked
from my github for the Modula-x lexers, send me PR's (I will really
appreciate them) and I'll integrate in March. No cycles to look at the hex
numbers now...
TIA, /PA
…On Sat, 28 Jan 2023 at 20:49, iqskpduswupkcjqg ***@***.***> wrote:
Objeck uses .obs extension.
—
Reply to this email directly, view it on GitHub
<#348 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZKU4DVE3I6SXHP2KJJVBLWUVZ3XANCNFSM6AAAAAAUJT4BOU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
--
Fragen sind nicht da um beantwortet zu werden,
Fragen sind da um gestellt zu werden
Georg Kreisler
Headaches with a Juju log:
unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run
a leader-deposed hook here, but we can't yet
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Added in Scintillua: orbitalquark/scintillua@00dfea4 Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to help on #344 and #347. I don't know why he closed the issues but I'm still working on them. He was right about the rules for modula_hex and modula_real. They are not working. I'm trying to fix but I have no idea how to: https://github.com/iqskpduswupkcjqg/lite-xl-modula-lexers/blob/main/modula2.lua
Update: I fixed it, simply move modula_hex and modula_real before modula_octal and modula_dec. I also fixed Modula-3 numeric literals: https://github.com/iqskpduswupkcjqg/lite-xl-modula-lexers/blob/main/modula3.lua
Beta Was this translation helpful? Give feedback.
All reactions