Instructions on how to add syntax highlighting for the different supported editors.
- Create the directory for custom VIM syntaxes
mkdir -p ~/.vim/syntax/
- Move VIM syntax file torth.vim to the VIM syntax folder
cp torth.vim ~/.vim/syntax/
- Add row
syntax on
to~/.vimrc
if it is not already there to enable syntax highlighting
- Copy the whole VSCode syntax folder (including the torth folder) to VSCode's
extensions
folder- Windows default:
C:\Users\{Username}\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions
- Windows default: