Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emilerolley/altarica-ext

Set of extensions related to text editors for the AltaRica language
https://github.com/emilerolley/altarica-ext

altarica labri syntax-highlighting

Last synced: 19 days ago
JSON representation

Set of extensions related to text editors for the AltaRica language

Awesome Lists containing this project

README

        


AltaRica logo


AltaRica Extensions


Set of extensions related to text editors for the AltaRica language



๐Ÿชฒ Report Bug

ยท

๐Ÿค Contribte

Table of Contents

* [(Neo)Vim](#neovim)
* [Visual Studio Code](#visual-studio-code)


The reference used for the syntax can be found
[here](https://altarica.labri.fr/wp/?page_id=333).

## (Neo)Vim

To enable the syntax highlighting:

1. Copy or link `./vim/altarica.vim` into `$VIMCONFIG/syntax`.
2. Enable file type detection by adding to `$VIMCONFIG/filetype.vim`:

```vim
augroup filetypedetect
au! BufRead, BufNewFile *.alt setfiletype altarica
augroup END
```

## Visual Studio Code

For a VS Code extension see: [AltaRica-Lang](https://marketplace.visualstudio.com/items?itemName=charles66820.altarica-lang)
in the marketplace.