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

Need CUE sheet syntax highlighting #255

Open
ghf50 opened this issue Jul 1, 2024 · 4 comments
Open

Need CUE sheet syntax highlighting #255

ghf50 opened this issue Jul 1, 2024 · 4 comments
Labels
new lexer Request for a new lexer

Comments

@ghf50
Copy link

ghf50 commented Jul 1, 2024

Hello dear devs.
Can you fellows add support for CUE sheet syntax highlighting scheme?

sample:

REM GENRE Soundtrack
REM DATE 2024
PERFORMER "Artist Name"
TITLE "Album Name"
FILE "Track.wav" WAVE
  TRACK 01 AUDIO
    TITLE "Track 01"
    PERFORMER "Artist Name"
    INDEX 01 00:00:00
  TRACK 02 AUDIO
    TITLE "Track 02"
    PERFORMER "Artist Name"
    INDEX 01 04:00:00
@nyamatongwe nyamatongwe added the new lexer Request for a new lexer label Jul 1, 2024
@HoTschir
Copy link
Contributor

Hi, I'm developing some kind of universal lexer, does lexing based on regular expressions. Lexing CUE code will be a good example to show its productivity. Lexer is almost ready. Need to completely prepare the code for publishing (clean and format). Also I need to better understand the git-process (I'm beginner). It will take a while. Please be patient. Thanks. HoTschir

@HoTschir
Copy link
Contributor

Do you have any idea, how the code should look like, when styling is done? Please show an example. HoTschir

@ghf50
Copy link
Author

ghf50 commented Dec 16, 2024

ss 2024-12-16 234244
Maybe like this. This screenshot is from notepad++ with userDefinedLanguages
CueSheet_byDavidR.xml

@HoTschir
Copy link
Contributor

should be feasible. please be patient. regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new lexer Request for a new lexer
Projects
None yet
Development

No branches or pull requests

3 participants