Skip to content

Commit

Permalink
Language: Fix comment inconsistencies
Browse files Browse the repository at this point in the history
Remove trailing colons and fix typos

Closes coala#68
  • Loading branch information
tanmaysachan authored and gitmate-bot committed Dec 5, 2018
1 parent 56c9756 commit 78e658e
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion data/Language/CPlusPlus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ delimiters:
# comment delimiters
- double_slash
- multiline_slash_star
# string delimiters:
# string delimiters
- c_char
- double_quote_slash_escape
- cpp_raw
Expand Down
2 changes: 1 addition & 1 deletion data/Language/CSharp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ delimiters:
# comment delimiters
- triple_slash
- multiline_double_slash_star
# string delimiters:
# string delimiters
- double_quote_slash_escape
- verbatim
- curly_braces
Expand Down
4 changes: 2 additions & 2 deletions data/Language/D.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ aliases:
extensions:
- d
delimiters:
# comment delimters:
# comment delimiters
- double_slash
- multiline_slash_star
# string delimiters:
# string delimiters
- double_quote_slash_escape
datatypes:
- bool_lower_case
Expand Down
2 changes: 1 addition & 1 deletion data/Language/Golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ delimiters:
# comment delimiters
- double_slash
- multiline_slash_star
# string delimiters:
# string delimiters
- double_quote_slash_escape
- curly_braces
- round_braces
Expand Down
4 changes: 2 additions & 2 deletions data/Language/JSON.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ extensions:
aliases:
- json
delimiters:
# String delimiter:
# string delimiter
- double_quote_slash_escape
# Block delimiter:
# block delimiter
- curly_braces
- square_braces
4 changes: 2 additions & 2 deletions data/Language/Java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ aliases:
extensions:
- java
delimiters:
# comment delimters:
# comment delimiters
- double_slash
- multiline_slash_star
# string delimiters:
# string delimiters
- double_quote_slash_escape
datatypes:
- boolean_java
Expand Down
2 changes: 1 addition & 1 deletion data/Language/PHP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ delimiters:
# comment delimiters
- double_slash
- multiline_slash_star
# string delimiters:
# string delimiters
- php_short_open_tag
- c_char
- double_quote_slash_escape
Expand Down
2 changes: 1 addition & 1 deletion data/Language/Pascal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ delimiters:
# comment delimiters
- double_slash
- curly_braces
# block delimiters:
# block delimiters
- single_quote_slash_escape
- round_braces
- square_braces
Expand Down
2 changes: 1 addition & 1 deletion data/Language/Rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ delimiters:
- triple_slash
- doc_comment
- multiline_slash_star
# string delimiters:
# string delimiters
- c_char
- double_quote_slash_escape
- curly_braces
Expand Down
2 changes: 1 addition & 1 deletion data/Language/Verilog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ delimiters:
# comment delimiters
- double_slash
- multiline_slash_star
# string delimiters:
# string delimiters
- double_quote_slash_escape
- curly_braces
- round_braces
Expand Down
2 changes: 1 addition & 1 deletion data/Language/VisualBasic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ delimiters:
# comment delimiters
- single_quote_comment
- rem
# string delimiters:
# string delimiters
- double_quote
keywords:
- access
Expand Down
4 changes: 2 additions & 2 deletions data/Language/x86.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ extensions:
- asm
# No line continuation
delimiters:
# comment delimiters:
# comment delimiters
- semicolon # Standard
- hash # GAS support
- double_slash # GAS AArch4 support
- multiline_slash_star # GAS supported multi-line comment
# string delimiters:
# string delimiters
- double_quote
keywords:
- aad
Expand Down

0 comments on commit 78e658e

Please sign in to comment.