By Team ERA on 11/08/2021
We are happy to announce a long awaited feature, that was requested several times and should not be missed in a tool, that is built for code documentation. 😅
With update 1.10.0, ERA finally supports syntax highlighting!
This will make you more productive while documenting code and code snippets.
This is how it looks like in the app:

To use the highlighting, you need to create a code block first, by using standard markdown notation:
```
Your code
```
On the first line of your code block declaration, you have to paste the language you are using, in example Python:
```javascript
Your code
```
The following languages are currently supported:
- PHP
- C
- C++
- C#
- CSS
- HTML
- XML
- RUST
- GO
- SQL
- PYTHON
- RUBY
- BASH
- SHELL
- JAVASCRIPT
- JAVA
If your language is missing, contact us so we can add it!