Brace highlighting in Nano text editor? - syntax-highlighting

Is there a method for highlighting matched brace pairs in nano text editor?
My understanding is syntax can be changed in the config file, but unlike gedit there is no gui option to select brace highlighting.
Alternately, im more than happy to hear sugfestio s for a text editor thats linux compatible and semi-light weight.
*Needs to be compatible with c++.

Related

How to enable coloring text on Sublime

I downloaded an install Sublime editor. I want to color the text when writing in specific programming languages, so that I can copy/Paste to Word. I followed this video: https://www.youtube.com/watch?v=H7Gv77BkTlE but nothing worked on me. Does anyone know how do I enable text coloring on Sublime? Otherwise is there any other editor that I can use in order to get colored text so that I can Copy/Paste it to Word?
Pasting from VSCode to word keeps the formatting and colors for me. You do have to make sure you paste with source formatting.
I just found out that there is an option at the bottom right of the Sublime Text to select the programming language. The menu to select other languages opens up when you click on it (C++ on the screenshot). This is on version 4143

Editing meta shortcut on nano text editor

Is there any option to change the meta M- shortcut on nano text editor?
Im working with a Mac, and I wanted to change the meta shortcut for comfort reasons. I'm actually using the esc key but will love to change it to my preference.
You can rebind individual keybindings by editing your ~/.nanorc file to include keybindings. Unfortunately, nano only supports ^, M- and F as modifiers, so it would be difficult (not to mention tedious) to fit all M- keys elsewhere.
Instead, it might be simpler to rebind the key in your terminal program, or use an external hotkey remapping program. I have no expertise with the latter on Mac, but you could start looking here.

Syntax highlighting in Midnight Commander viewer

I would like to mc viewer (mcview, run by F3 key) highlights my C++ code. Is it possible?
For editing (mcedit, F4 key) I am using vim with its own syntax highlighting. For viewing, I can't find such option. There is
editor_syntax_highlighting=1
Which can be changed in ~/.mc/ini or ~/.config/mc/ini but it's obviously related with built-in mcedit, not the viewer. Is there something like viewer_syntax_highlighting=1 or any other way how to highlight syntax in viewer?
Viewer doesn't do syntax highlighting, only Editor does.

IDE for IcedCoffeeScript programming?

What IDE can I use to develop IcedCoffeeScript code with syntax highlight and intellisense?
I tried to use Webstorm, but it does not support IcedCoffeeScript.
You can't have more than syntax checking/coloring and snippets with (iced)CoffeeScript (on any IDE) because the way the language operate. So intellisense is out of game. Many environments supports autocomplete, who can help.
Atom Editor has Iced Coffee Compiler, syntax highlight(the same with sublime or other), and someone have add snippets(or). Finaly has a very good autocomplete package by default.
Sublime has only syntax hightligh
Bracket editor have nothing!
same with visual studio code.
note: all editors can have different kinds of autocomplete features with or without packages(extensions).

.hbs syntax highlighting in Coda (OSX)

Does anyone know how I can enable syntax highlighting for .hbs files in Coda?
At the moment everything is in white. If I rename the file to something.html it works.
Resolved this myself.
In Coda Preferences, Select Editor, add a Custom Syntax Mode at the bottom.

Resources