Revert "Preserve whitespace and comments during lexing as Trivia"

This reverts commit d6e2b58382.
This commit is contained in:
David Farler
2016-11-18 12:22:53 -08:00
parent 44f15558d6
commit f450f0ccdf
56 changed files with 1048 additions and 1816 deletions

View File

@@ -6,12 +6,12 @@
{
key.kind: source.lang.swift.syntaxtype.comment,
key.offset: 0,
key.length: 70
key.length: 71
},
{
key.kind: source.lang.swift.syntaxtype.comment,
key.offset: 71,
key.length: 39
key.length: 40
},
{
key.kind: source.lang.swift.syntaxtype.keyword,