Ubuntu's inbuilt text editor Gedit is quite good for quick coding.
I use the Python 3 highlighting for Nim but it would be good if we have one for Nim too.
Or, is it already there?
I am skeptical
I am skeptical too -- why should they care when people not even care to ship an up to date file?
A never file is available here: https://github.com/StefanSalewski/NEd
But it is old too, its from 2016. Was working well with GTK3 gedit until 2 years ago, but then somehow my gedit install seems to have deleted it locally, and I never tried to restore.
@Stefan_Salewski, your nim.lang and nimdark1.xml are well supported in recent Ubuntu.
# as root
cp nimdark1.xml /usr/share/gtksourceview-4.0/styles/
cp nim.lang /usr/share/gtksourceview-4.0/language-specs/
Having them included in Gedit source would enhance Nim exposure and promote the language...
I just now upgraded to F39 and i notice that vscodium says it's going to provide suggestions from Github's(Microsoft's) Copilot! So, i started looking again for a nim GUI editor i can live with, and i came across Elementary OS' Code[1]. Copying the two linked files above to /usr/share/gtksourceview-4/styles/ and /usr/share/gtksourceview-4/language-specs/ and restarting Code enabled Nim syntax highlighting. I don't know if everything is perfect yet, but it's way snappier than vscodium and using way less ram.
Just wanted to necro bump this with a big thanks to @Stefan_Salewski and @spip for the files and info and add my preliminary recommendation for Code for people wanting to get off of VSCode/ium who still want a GUI.