-
List of text editors support Modula-3:
https://github.com/modula3/cm3/discussions/1130
Scintillua lexers for Modula-2 and Modula-3:
https://github.com/paaguti/textadept-modula-lexers
ghost updated
6 months ago
-
Right now the OSD in pixelpilot is quite rudimentary and mostly hardcoded. I think we should make it possible to define it declaratively in some config file. Later external programs can be used to gen…
-
**Summary:**
replaceAll misbehaves (fails to replace the string without any error or replaces the string in odd/unexpected ways) when the string involves pipes and asterisks
---
**Steps to re…
-
As a general principle, the Lua API should subsume all other features:
- `bind` and `meta` subsume normal metavariables
- `${{true}}` subsumes `$_`
- `match` and `rec` subsume sub-patterns
- `rx…
-
The following languages need to be improved to remove regex patterns that cause us to hit the Oniguruma library:
- [ ] AppleScript
- [x] Clojure
- [x] D
- [x] Erlang
- [ ] Groovy
- [x] Java
- […
wbond updated
2 years ago
-
**Basic checklist**
- [ x] I have read the README
- [ x] I have read the wiki
- [ x] I have read `:h session`, `:h mksession`, and `:h sessionoptions`
- [ x] I have searched through existing/close…
-
This is really really fantastic work @ysard ! Can't thank you enough.
I am making an app for better sleep and cure some sleep related disorders for people. One of the essential aspects is the abili…
-
Dear gruvbox community,
I noticed gruvbox-community/gruvbox looks slightly different in vim and neovim.
VIM
![image](https://github.com/user-attachments/assets/3b5b4a54-be54-45d9-bbfa-4943c892…
-
With Scintillua installed in SciTE (Sc1, single file), I can't disable a Lua lexer resetting the property `lexer.$(file.patterns.name)=name` to the original lexilla lexer. It seems to me that a recent…
-
I made an OCaml syntax highlighter for LiteXL, and trying to use it with the LSP server (ocaml-lsp) I realized that probably the "languageId" property (in init.lua) is set incorrectly (at least as per…