I will mention just created lexers in this topic
-
main Alexey
- Posts: 2706
- Joined: 25.08.2021 18:15
Re: I will mention just created lexers in this topic
BazelRC lexer (for *.bazelrc config files of Bazel) is just added.
-
main Alexey
- Posts: 2706
- Joined: 25.08.2021 18:15
Re: I will mention just created lexers in this topic
Cangjie lexer is just added. it is lang used in Huawei's OS, replacement for Java, many apps are written using it, so it will be used by many.
-
main Alexey
- Posts: 2706
- Joined: 25.08.2021 18:15
Re: I will mention just created lexers in this topic
lexer 'languageONE' is now added to addons manager.
https://languageone.com.au/
I took incomplete lexer file from https://synwrite.sourceforge.net/forums ... php?t=3256
and improved it till the end, as I could, looking at 3 sample *.one files.
https://languageone.com.au/
I took incomplete lexer file from https://synwrite.sourceforge.net/forums ... php?t=3256
and improved it till the end, as I could, looking at 3 sample *.one files.
-
main Alexey
- Posts: 2706
- Joined: 25.08.2021 18:15
Re: I will mention just created lexers in this topic
lexer C3 is now added.
I see C3's download counter in VSCode addon site is low, 1K..2K. but language is good, and has good offsite.
I see C3's download counter in VSCode addon site is low, 1K..2K. but language is good, and has good offsite.
-
main Alexey
- Posts: 2706
- Joined: 25.08.2021 18:15
Re: I will mention just created lexers in this topic
lexer CVBasic (for old retro computers) was added.
I took unfinished work of this forum's user and looked at the VSCode lexer https://github.com/scomx/cvbasic-vscode-ext , adapted word-lists and other rules to be like in VSCode lexer.
I took unfinished work of this forum's user and looked at the VSCode lexer https://github.com/scomx/cvbasic-vscode-ext , adapted word-lists and other rules to be like in VSCode lexer.
-
main Alexey
- Posts: 2706
- Joined: 25.08.2021 18:15
Re: I will mention just created lexers in this topic
lexer CUE lang (dont confuse with "CUE sheet" audio playlists) was added.
VSCode has 4 lexers for this lang: 10K downloads / 1.5K / 25K / 4K.
so it is rather known language. site of lang is very good.
VSCode has 4 lexers for this lang: 10K downloads / 1.5K / 25K / 4K.
so it is rather known language. site of lang is very good.
-
main Alexey
- Posts: 2706
- Joined: 25.08.2021 18:15
Re: I will mention just created lexers in this topic
lexer 'CUE sheet' (for audio playlists) was added.
rules were ripped from VSCode lexer, they are very tricky and not trivial.
rules were ripped from VSCode lexer, they are very tricky and not trivial.
-
main Alexey
- Posts: 2706
- Joined: 25.08.2021 18:15
Re: I will mention just created lexers in this topic
lexer Lean was added.
It is for good math system which can solve math things and prove theorems.
Lexer for VSCode exists: for Lean 3 - 60K downloads, for Lean 4 - 90K. I ripped some lexer rules / wordlists from VSCode lexer.
It is for good math system which can solve math things and prove theorems.
Lexer for VSCode exists: for Lean 3 - 60K downloads, for Lean 4 - 90K. I ripped some lexer rules / wordlists from VSCode lexer.
-
main Alexey
- Posts: 2706
- Joined: 25.08.2021 18:15
Re: I will mention just created lexers in this topic
if someone is interested in lexer for Huawei devices, 'Huawei VRP', it is partially made, file is here:
https://github.com/CudaText-addons/CudaText-lexers
keywords list: I added only one keyword 'interface', I dont know what are other keywords. VSCode lexer 'Huawei VRP' has very blurry rules and I did not understand keywords there.
EDITED
added more keywords which I got from new user.
https://github.com/CudaText-addons/CudaText-lexers
keywords list: I added only one keyword 'interface', I dont know what are other keywords. VSCode lexer 'Huawei VRP' has very blurry rules and I did not understand keywords there.
EDITED
added more keywords which I got from new user.