Skip to content

Commit

Permalink
removed excess whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
emekoi committed Apr 30, 2019
1 parent 2f84df2 commit 3bfdf1b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Zig.YAML-tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,12 @@ patterns:
- include: '#strings'
- include: '#multiline-strings'
- include: '#escaped_char'
# - include: '#escape-codes'

repository:
storage:
match: '\b(const|var|extern|packed|export|pub|noalias|inline|comptime|nakedcc|stdcallcc|volatile|align|linksection|threadlocal|allowzero)\b'
name: storage.zig

structure:
match: '\b(union|struct|enum|error)\b'
name: storage.type.zig
Expand Down Expand Up @@ -155,15 +154,15 @@ repository:
match: \\u[a-fA-F0-9]{4}
- name: string.quoted.escape.hexidecimal.zig
match: \\U[a-fA-F0-9]{6}
character:
begin: (\')
end: \'
patterns:
- include: '#escaped_char'
- name: invalid.illegal.character.zig
match: (\\[^\'][^\']*?)
name: string.quoted.double.zig
name: string.quoted.double.zig
strings:
begin: (c\"|\")
Expand Down

0 comments on commit 3bfdf1b

Please sign in to comment.