Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Pepin
vim-syntax
Commits
f0eb3e1e
Commit
f0eb3e1e
authored
Dec 29, 2016
by
Martin Pépin
Browse files
Add a README
parent
e23cdcd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
0 → 100644
View file @
f0eb3e1e
# Vim syntax files
There is actually only one file here yet: for the minijazz programming language
## How to
The recommended way to install those files is:
1.
Clone the repository somewhere on your system
2.
For each
`foo.vim`
, create a symlink
`~/.vim/syntax/foo.vim -> $REPO_FOLDER/foo.vim`
Create the folder
`~/.vim/syntax`
if necessary.
3.
Activate the syntax option and bind minijazz to the
`.mj`
extension by adding
the following two lines in your
`.vimrc`
(or
`~/.vim/vimrc`
)
syntax on
autocmd BufRead,BufNewFile,BufFilePre *.mj setfiletype mj
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment