Skip to content

Commit

Permalink
Rename reference to Zeexygen to Zeekygen
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiwek committed May 3, 2019
1 parent eeb44e9 commit c789b64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions syntax_test.zeek
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# ^ comment.line
# <- comment.line punctuation.definition.comment

##! A Zeexygen-style summmary comment.
##! A Zeekygen-style summmary comment.
# ^ comment.line
#^^ punctuation.definition.comment
# <- comment.line punctuation.definition.comment
Expand Down Expand Up @@ -38,11 +38,11 @@ export {
# ^ storage.type.enum
# <- keyword.other

## A Zeexygen-style comment.
## A Zeekygen-style comment.
# ^^ comment.line punctuation.definition.comment
FOUR,
# ^ punctuation.separator
FIVE, ##< A Zeexygen-style comment.
FIVE, ##< A Zeekygen-style comment.
# ^^^ comment.line punctuation.definition.comment
};

Expand Down

0 comments on commit c789b64

Please sign in to comment.