Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
4 changes: 0 additions & 4 deletions data/DataType/byte_java.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions data/DataType/char_d.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion data/DataType/char_java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ integer-min: '0'
integer-max: '65535'
integer-signed: false
delimiters:
- java_char
- c_char
File renamed without changes.
4 changes: 0 additions & 4 deletions data/DataType/long_cpp.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions data/DataType/long_cs.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions data/DataType/long_java.yaml

This file was deleted.

File renamed without changes.
4 changes: 0 additions & 4 deletions data/DataType/short_d.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions data/DataType/short_java.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions data/Delimiter/java_char.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion data/Language/C.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ keywords:
- '#line'
- '#pragma'
datatypes:
- short_c
- short
- ushort_c
- uint_c
- int
Expand Down
2 changes: 1 addition & 1 deletion data/Language/CPlusPlus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ keywords:
datatypes:
- bool_lower_case
- void_cpp
- short_c
- short
- ushort_c
- uint_c
- int_c
Expand Down
4 changes: 2 additions & 2 deletions data/Language/CSharp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ datatypes:
- double_c
- float_c
- int_c
- long_cs
- long_2E63
- sbyte_cs
- short_c
- short
- uint_cs
- ulong_cs
- ushort_cs
8 changes: 4 additions & 4 deletions data/Language/D.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ delimiters:
- double_quote_slash_escape
datatypes:
- bool_lower_case
- byte_d
- char_d
- byte
- char_java
- const_d
- cdouble_d
- cfloat_d
Expand All @@ -25,9 +25,9 @@ datatypes:
- idouble_d
- ifloat_d
- int
- long_d
- long_2E63
- real_d
- short_d
- short
- ubyte_d
- ucent_d
- uint_d
Expand Down
6 changes: 3 additions & 3 deletions data/Language/Java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ delimiters:
- double_quote_slash_escape
datatypes:
- boolean_java
- byte_java
- byte
- char_java
- int
- long_java
- short_java
- long_2E63
- short
- float_java
- double_java
keywords:
Expand Down