Skip to content

Commit

Permalink
D.yaml: Fix typo in line 10 "delimiters"
Browse files Browse the repository at this point in the history
This fixes typo in word "delimiters" in D.yaml
and fixes line-length of "grammar-file" in VisualBasic.yaml

Fixes coala#69
  • Loading branch information
CleverFool77 committed Dec 5, 2018
1 parent e13f222 commit 3543911
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/Language/D.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ aliases:
extensions:
- d
delimiters:
# comment delimters:
# comment delimiters:
- double_slash
- multiline_slash_star
# string delimiters:
Expand Down
4 changes: 2 additions & 2 deletions data/Language/VisualBasic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ identifier: Visual Basic
full_name: Visual Basic
creation_date: 1991
wikidata: Q2378
grammar_file:
https://github.com/antlr/grammars-v4/blob/master/vb6/VisualBasic6.g4
grammar_file: https://github.com/antlr/grammars-v4/blob/master/vb6/
VisualBasic6.g4
aliases:
- vb
extensions:
Expand Down

0 comments on commit 3543911

Please sign in to comment.