#nano javascript syntax highlighting
The existing syntax highlighting is located in /usr/share/nano/
To add a new language
sudo nano /usr/share/nano/javascript.nanorc
Put the following in the contents:
#nano javascript syntax highlighting
The existing syntax highlighting is located in /usr/share/nano/
To add a new language
sudo nano /usr/share/nano/javascript.nanorc
Put the following in the contents:
| #!/bin/bash | |
| # allow settings to be updated via environment | |
| : "${xvfb_lockdir:=$HOME/.xvfb-locks}" | |
| : "${xvfb_display_min:=99}" | |
| : "${xvfb_display_max:=599}" | |
| mkdir -p -- "$xvfb_lockdir" || exit |