Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/emilerolley/altarica-ext
- Owner: EmileRolley
- License: gpl-3.0
- Created: 2022-01-11T10:09:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-09T10:51:25.000Z (almost 3 years ago)
- Last Synced: 2024-05-02T03:14:16.770Z (7 months ago)
- Topics: altarica, labri, syntax-highlighting
- Language: Vim script
- Homepage:
- Size: 21.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.