Sublime Forum

Hire someone to build syntax hilighting for new language

#1

i am working on a new language, similar in physical style to python, in that it uses indentation for block structuring.
I need someone familiar with YAML or whatever tool you need to work in, to make the syntax hilighting work for Sublime text.
I have an EBNF grammar that is 90% done, in this kind of structure:

escapeseq ::= "\'" | '\"' | '\\' | '\n' | '\r' | '\t' | '\0' | '\u' hex_digit hex_digit hex_digit hex_digit translation_prefix ::= '$' ident? string_literal ::= translation_prefix? ('"' ^"]* '"' | "'" ^']* "'")

but need someone to do this work, are there any freelancers out there with enough skill and experience in making syntax highliting control files, to work on a project like this? if so please let me know.

0 Likes

#2

I’m experienced with writing syntax definitions. Please contact me via “<my_name>2@gmail” with details.

0 Likes

#3

i tried sending email to 2@gmail.com and it didn’t work.

0 Likes

#4

Ah sorry, a part of the message got eaten. That was supposed to mean <my_name>2@gmail.

0 Likes