Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

JukkaL/alore-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

Repository files navigation

*** ReadMe for Alore vim syntax ***


Installation
------------

1. Download the syntax file 'alore.vim'.

2. Edit your .vimrc:

  * Add this line to turn on syntax highlighting:

      syntax on

  * Add Alore syntax to .vimrc (replace $PATH with actual path to alore.vim):

      au BufRead,BufNewFile *.alo set filetype=alore
      au! Syntax alore source $PATH/alore.vim


Compatibility
-------------

Tried with vim 7.2.330 in Ubuntu 10.04. Probably works with any reasonably
recent version of vim.

In Ubuntu, you may need to do "apt-get install vim" to install the full
version of vim that includes support for syntax highlighting.


License
-------

Public domain

About

Vim syntax file for the Alore programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published