Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Jul 13, 2024
1 parent da56a30 commit 511bffa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions prqlc/prqlc-parser/src/parser/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ pub(crate) fn prepare_stream(
let semantic_tokens = tokens.filter(|token| {
!matches!(
token.kind,
lr::TokenKind::Comment(_) | lr::TokenKind::LineWrap(_) // | lr::TokenKind::DocComment(_)
// | lr::TokenKind::Start
lr::TokenKind::Comment(_) | lr::TokenKind::LineWrap(_)
)
});

Expand Down

0 comments on commit 511bffa

Please sign in to comment.