Skip to content

Commit

Permalink
Add "not" keyword and update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tsandall committed Apr 1, 2016
1 parent 84daae3 commit 1c0fb68
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# vim-opalog

Vim plugin for [Opalog](https://github.com/open-policy-agent/opa).
A Vim plugin for the Opalog
language used by the [Open Policy Agent](http://www.openpolicyagent.org).

Supports:

- Syntax highlighting
2 changes: 1 addition & 1 deletion syntax/opalog.vim
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ endif
syn case match

" language keywords
syn keyword opaKeyword package import as
syn keyword opaKeyword package import as not

" comments
syn match opaComment "#.*$" contains=opaTodo,@Spell
Expand Down

0 comments on commit 1c0fb68

Please sign in to comment.