Searched refs:Punctuation (Results 1 - 14 of 14) sorted by relevance
/third_party/PyYAML/examples/pygments-lexer/ |
H A D | yaml.py | 16 Text, Comment, Punctuation, Name, Literal namespace 183 reset_indent(Punctuation.Document), 'block-line'), 223 (r'[?:-](?=[ ]|$)', set_indent(Punctuation.Indicator)), 262 (r':(?=[ ]|$)', set_indent(Punctuation.Indicator, implicit=True)), 264 (r'[|>]', Punctuation.Indicator, 271 (r'\[', Punctuation.Indicator, 'flow-sequence'), 273 (r'\{', Punctuation.Indicator, 'flow-mapping'), 289 (r'[?:,]', Punctuation.Indicator), 305 (r'\]', Punctuation.Indicator, '#pop'), 313 (r'\}', Punctuation [all...] |
/third_party/python/Doc/tools/extensions/ |
H A D | peg_highlight.py | 2 from pygments.token import Comment, Generic, Keyword, Name, Operator, Punctuation, Text namespace 74 bygroups(Name.Function, None, None, Punctuation), 78 (r"{|}|\(|\)|\[|\]", Punctuation),
|
H A D | asdl_highlight.py | 10 Punctuation, Text) 46 (r"{|}|\(|\)", Punctuation),
|
/third_party/rust/crates/rust-cexpr/src/ |
H A D | token.rs | 15 Punctuation,
|
H A D | expr.rs | 130 exact_token!(Punctuation, c.as_bytes()) in p() 142 } else if input[0].kind == TokenKind::Punctuation in one_of_punctuation() 150 crate::ErrorKind::ExactTokens(TokenKind::Punctuation, c), in one_of_punctuation() 581 /// (Punctuation, &b"("[..]).into(), 583 /// (Punctuation, &b")"[..]).into(),
|
/third_party/rust/crates/rust-cexpr/tests/ |
H A D | clang.rs | 183 CXToken_Punctuation => cexpr::token::Kind::Punctuation, in token_clang_to_cexpr()
|
/third_party/rust/crates/regex/regex-syntax/src/ast/ |
H A D | print.rs | 215 Punctuation => write!(self.wtr, r"\{}", ast.c), in fmt_literal()
|
H A D | parse.rs | 1486 kind: ast::LiteralKind::Punctuation, in parse_escape() 2421 kind: ast::LiteralKind::Punctuation, in punct_lit() 4181 kind: ast::LiteralKind::Punctuation, in parse_escape() 4842 kind: ast::LiteralKind::Punctuation, in parse_set_class() 4860 kind: ast::LiteralKind::Punctuation, in parse_set_class() 5052 kind: ast::LiteralKind::Punctuation, in parse_set_class() 5068 kind: ast::LiteralKind::Punctuation, in parse_set_class() 5133 kind: ast::LiteralKind::Punctuation, in parse_set_class() 5151 kind: ast::LiteralKind::Punctuation, in parse_set_class()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | parserRealSource10.js | 64 // Punctuation 320 Punctuation, 363 return TokenClass.Punctuation; 536 // Punctuation
788 TokenClass[TokenClass["Punctuation"] = 0] = "Punctuation";
831 return TokenClass.Punctuation;
|
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | 4190 // Punctuation [all...] |
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | 4175 // Punctuation [all...] |
H A D | typescript.js | 4166 // Punctuation [all...] |
H A D | typescriptServices.js | 4166 // Punctuation [all...] |
H A D | tsserver.js | 4176 // Punctuation [all...] |
Completed in 158 milliseconds