Skip to content

Commit

Permalink
'\n' is no longer invalid (nim-lang#111)
Browse files Browse the repository at this point in the history
* '\n' is no longer invalid

* Regenerate Nim.tmLanguage
  • Loading branch information
nc-x authored and Varriount committed Nov 3, 2018
1 parent faca2c5 commit 0f563f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions Syntaxes/Nim.YAML-tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,6 @@ patterns:
begin: \'
end: \'
patterns:
- name: invalid.illegal.character.nim
match: \\n
- include: '#escaped_char'
- name: invalid.illegal.character.nim
match: ([^\'][^\']+?) #' highlight-flaw-fixer-comment
Expand Down
6 changes: 0 additions & 6 deletions Syntaxes/Nim.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -752,12 +752,6 @@
<string>string.quoted.single.nim</string>
<key>patterns</key>
<array>
<dict>
<key>match</key>
<string>\\n</string>
<key>name</key>
<string>invalid.illegal.character.nim</string>
</dict>
<dict>
<key>include</key>
<string>#escaped_char</string>
Expand Down

0 comments on commit 0f563f5

Please sign in to comment.