rename yellow -> syntax_node

why yellow in the first place? Its red + green.
This commit is contained in:
Aleksey Kladov 2019-02-12 18:41:57 +03:00
parent 72a122092b
commit 4e91c23c79
18 changed files with 20 additions and 20 deletions

View file

@ -1,6 +1,6 @@
use crate::{SyntaxKind::*,
ast::{self, AttrsOwner, AstNode},
yellow::{
syntax_node::{
SyntaxError,
SyntaxErrorKind::*,
},

View file

@ -5,7 +5,7 @@ use crate::{
string_lexing::{self, StringComponentKind},
TextRange,
validation::char,
yellow::{
syntax_node::{
SyntaxError,
SyntaxErrorKind::*,
},

View file

@ -1,7 +1,7 @@
use crate::{
ast::{self, AstNode, AstToken},
string_lexing::{self, StringComponentKind},
yellow::{
syntax_node::{
SyntaxError,
SyntaxErrorKind::*,
},

View file

@ -8,7 +8,7 @@ use crate::{
ast::{self, AstNode, AstToken},
string_lexing::{self, StringComponentKind},
TextRange,
yellow::{
syntax_node::{
SyntaxError,
SyntaxErrorKind::*,
},

View file

@ -1,7 +1,7 @@
use crate::{
ast::{self, AstNode, AstToken},
string_lexing,
yellow::{
syntax_node::{
SyntaxError,
SyntaxErrorKind::*,
},