Home
last modified time | relevance | path

Searched refs:Punctuation (Results 1 - 14 of 14) sorted by relevance

/third_party/PyYAML/examples/pygments-lexer/
H A Dyaml.py16 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 Dpeg_highlight.py2 from pygments.token import Comment, Generic, Keyword, Name, Operator, Punctuation, Text namespace
74 bygroups(Name.Function, None, None, Punctuation),
78 (r"{|}|\(|\)|\[|\]", Punctuation),
H A Dasdl_highlight.py10 Punctuation, Text)
46 (r"{|}|\(|\)", Punctuation),
/third_party/rust/crates/rust-cexpr/src/
H A Dtoken.rs15 Punctuation,
H A Dexpr.rs130 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 Dclang.rs183 CXToken_Punctuation => cexpr::token::Kind::Punctuation, in token_clang_to_cexpr()
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dprint.rs215 Punctuation => write!(self.wtr, r"\{}", ast.c), in fmt_literal()
H A Dparse.rs1486 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 DparserRealSource10.js64 // 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 Dtypescript.js4190 // Punctuation
[all...]
/third_party/typescript/lib/
H A Dtsserverlibrary.js4175 // Punctuation
[all...]
H A Dtypescript.js4166 // Punctuation
[all...]
H A DtypescriptServices.js4166 // Punctuation
[all...]
H A Dtsserver.js4176 // Punctuation
[all...]

Completed in 142 milliseconds