Skip to content

Commit

Permalink
Fix Netlify error
Browse files Browse the repository at this point in the history
The keywords present in VisualBasic.yaml has a
non string value. This commit fixes it.

Fixes #67
  • Loading branch information
Naveenaidu committed Nov 29, 2018
1 parent 12cabec commit 5c29054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/Language/Pascal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ keywords:
- not
- object
- of
- on
- 'on'
- operator
- or
- packed
Expand Down
2 changes: 1 addition & 1 deletion data/Language/VisualBasic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ keywords:
- new
- not
- nothing
- on
- 'on'
- open
- optional
- or
Expand Down

0 comments on commit 5c29054

Please sign in to comment.