Skip to content
/ vim-abs Public

Vim syntax for ABS (Abstract Behavioral Specification) Language

Notifications You must be signed in to change notification settings

Alieff/vim-abs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

abs.vim

Simple ABS (Abstract Behavioural Specification Language) syntax highlighting for VIM. Not perfect but still better than nothing :)

Demo

Demo

Installation

  1. Copy file abs.vim to vim syntax folder (usually $HOME/.vim/after/syntax (linux) or $HOME/vimfiles/after/syntax (windows))
  2. Open your ABS file
  3. Set file type to abs set ft=abs
    • If you want to automate it put this line into your vimrc
      augroup ABSAutoSourcing 
          autocmd! 
          au BufRead,BufNewFile *.abs set filetype=abs 
          au BufRead,BufNewFile *.abs syntax sync fromstart " for abs syntax highlighting
      augroup END
      

About

Vim syntax for ABS (Abstract Behavioral Specification) Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published