Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

fetchai/tools-etch-code-highlighter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Etch Code Highlighter

In this repository you find code highlighters for the Fetch.AI VM's language, Etch.

Sublime 3

The repository has plugin for Sublime Text 3. Below we give the installation instructions:

Mac OS X - On OS X, copy the file into Sublime's application support directory under Packages/User/:

cp sublime/etch.sublime-syntax ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/User/

Linux - On Linux, the file is added to the Sublime config directory:

cp sublime/etch.sublime-syntax ~/.config/sublime-text-3/Packages/User/

Clion

The repository has settings for CLion. The clion custom file types settings are limited since it does not permit regular expressions for specifying keywords. Therefore this highlighter has fewer features than the sublime highlighter.

Below we give the installation instructions:

Select: File - Import settings, and browse to the file located at

clion/etch_file_type.zip

and import the file-types settings.

Emacs

Yet to be written.

Vi/ViM

Move the files as follows:

~/.vim/ftdetect/etch.vim ~/.vim/syntax/etch.vim

Eclipse

Yet to be written.

Releases

No releases published

Packages

No packages published