Skip to content

Latest commit

 

History

History
executable file
·
23 lines (17 loc) · 946 Bytes

syntax_highlight.md

File metadata and controls

executable file
·
23 lines (17 loc) · 946 Bytes

Syntax Highlighting

When writing your own games, syntax highlighting can be very useful. This page will help you enable syntax highlighting in the text editors for which we have implemented it.

nano

If you use nano, the file .ave.nanorc will enable syntax highlighting in .ave files.

To enable syntax highlighting in nano, first download .ave.nanorc then add the following to your .nanorc file (located in your home folder; if it doesn't exist, create it): include "/path/to/.ave.nanorc"

Visual Studio Code

Files to enable syntax highlighting in atom can be found in this repository.

atom

Files to enable syntax highlighting in atom can be found in this repository.