tinymist/syntaxes/textmate/tests/unit/basic
Myriad-Dreamin 470386dabb
feat: handle minus and asterisk marker confidently (#1134)
* feat: handle minus and asterisk marker confidently

* test: add some tests about assign
2025-01-09 14:27:39 +08:00
..
arg_bracket.typ fix: exclude content block syntax when parsing math arguments (#1124) 2025-01-07 14:18:11 +08:00
arg_bracket.typ.snap fix: exclude content block syntax when parsing math arguments (#1124) 2025-01-07 14:18:11 +08:00
arg_name.typ feat: parse name identifier of parameters or arguments (#1118) 2025-01-07 10:16:23 +08:00
arg_name.typ.snap feat: parse name identifier of parameters or arguments (#1118) 2025-01-07 10:16:23 +08:00
argsOrParams.typ feat: improve syntax highlighting (#724) 2024-10-22 21:41:20 +08:00
argsOrParams.typ.snap feat: improve syntax highlighting (#724) 2024-10-22 21:41:20 +08:00
array.typ feat: init syntax library for function hover tip (#77) 2024-03-20 12:18:57 +08:00
array.typ.snap feat: change some names of textmate scopes (#1119) 2025-01-07 14:00:21 +08:00
arrow-func-nest.typ feat: add more termination rules about FIRST tokens (#1122) 2025-01-07 14:15:31 +08:00
arrow-func-nest.typ.snap feat: add more termination rules about FIRST tokens (#1122) 2025-01-07 14:15:31 +08:00
arrow-func.typ feat: provide more robust syntax highlight for expressions in markup context (#80) 2024-03-21 17:52:51 +08:00
arrow-func.typ.snap feat: parse arrow functions like binary expr (#1128) 2025-01-08 11:24:55 +08:00
arrow-hard.typ feat: parse arrow functions like binary expr (#1128) 2025-01-08 11:24:55 +08:00
arrow-hard.typ.snap feat: parse arrow functions like binary expr (#1128) 2025-01-08 11:24:55 +08:00
assign.typ feat: handle minus and asterisk marker confidently (#1134) 2025-01-09 14:27:39 +08:00
assign.typ.snap feat: handle minus and asterisk marker confidently (#1134) 2025-01-09 14:27:39 +08:00
block.typ feat: init syntax library for function hover tip (#77) 2024-03-20 12:18:57 +08:00
block.typ.snap dev: improve punctuation and keyword token kinds (#133) 2024-03-30 20:04:34 +08:00
bracket.typ feat: identify more context for bracket colorization (#522) 2024-08-10 20:43:18 +08:00
bracket.typ.snap fix: match special identifiers in calls (#1125) 2025-01-07 14:20:00 +08:00
call-array.typ fix: continue parsing expression on func/method call (#909) 2024-11-29 15:30:51 +08:00
call-array.typ.snap fix: continue parsing expression on func/method call (#909) 2024-11-29 15:30:51 +08:00
call-chain.typ fix: continue parsing expression on func/method call (#909) 2024-11-29 15:30:51 +08:00
call-chain.typ.snap feat: parse arrow functions like binary expr (#1128) 2025-01-08 11:24:55 +08:00
call-comment.typ fix: parse math calls with text braces inside or around (#1112) 2025-01-05 21:21:34 +08:00
call-comment.typ.snap fix: terminates math calls before identifier start (#1117) 2025-01-06 21:53:38 +08:00
call-content.typ fix: continue parsing expression on func/method call (#909) 2024-11-29 15:30:51 +08:00
call-content.typ.snap fix: continue parsing expression on func/method call (#909) 2024-11-29 15:30:51 +08:00
call-ident.typ feat: mark correct expression boundary on all testing files from typst/typst (#85) 2024-03-23 01:19:43 +08:00
call-ident.typ.snap fix: match special identifiers in calls (#1125) 2025-01-07 14:20:00 +08:00
colon.typ feat: parse for clause correctly (#642) 2024-10-07 13:13:42 +08:00
colon.typ.snap feat: handle minus and asterisk marker confidently (#1134) 2025-01-09 14:27:39 +08:00
comment.typ feat: mark correct expression boundary on all testing files from typst/typst (#85) 2024-03-23 01:19:43 +08:00
comment.typ.snap feat: mark correct expression boundary on all testing files from typst/typst (#85) 2024-03-23 01:19:43 +08:00
context.typ feat: improve syntax highlighting (#724) 2024-10-22 21:41:20 +08:00
context.typ.snap feat: change some names of textmate scopes (#1119) 2025-01-07 14:00:21 +08:00
control-flow-for-content.typ feat: provide more robust syntax highlight for expressions in markup context (#80) 2024-03-21 17:52:51 +08:00
control-flow-for-content.typ.snap fix: match special identifiers in calls (#1125) 2025-01-07 14:20:00 +08:00
control-flow-for-destruct.typ feat: parse for clause correctly (#642) 2024-10-07 13:13:42 +08:00
control-flow-for-destruct.typ.snap feat: change some names of textmate scopes (#1119) 2025-01-07 14:00:21 +08:00
control-flow-for.typ feat: init syntax library for function hover tip (#77) 2024-03-20 12:18:57 +08:00
control-flow-for.typ.snap fix: match special identifiers in calls (#1125) 2025-01-07 14:20:00 +08:00
control-flow-if-content.typ feat: improve syntax highlighting (#724) 2024-10-22 21:41:20 +08:00
control-flow-if-content.typ.snap feat: conditionally satisfy PCRE regex features (#1126) 2025-01-07 20:49:38 +08:00
control-flow-if.typ feat: mark correct expression boundary on all testing files from typst/typst (#85) 2024-03-23 01:19:43 +08:00
control-flow-if.typ.snap feat: conditionally satisfy PCRE regex features (#1126) 2025-01-07 20:49:38 +08:00
control-flow-while.typ feat: provide more robust syntax highlight for expressions in markup context (#80) 2024-03-21 17:52:51 +08:00
control-flow-while.typ.snap fix: match brackets in content block recursively (#856) 2024-11-19 23:28:12 +08:00
expr_lit.typ feat: init syntax library for function hover tip (#77) 2024-03-20 12:18:57 +08:00
expr_lit.typ.snap dev: improve punctuation and keyword token kinds (#133) 2024-03-30 20:04:34 +08:00
hash-follow.typ fix: match special identifiers in calls (#1125) 2025-01-07 14:20:00 +08:00
hash-follow.typ.snap fix: match special identifiers in calls (#1125) 2025-01-07 14:20:00 +08:00
http.typ feat: init syntax library for function hover tip (#77) 2024-03-20 12:18:57 +08:00
http.typ.snap feat: recursively parse markup link according to typst syntax (#911) 2024-11-29 15:43:38 +08:00
ident.typ feat: handle minus and asterisk marker confidently (#1134) 2025-01-09 14:27:39 +08:00
ident.typ.snap feat: handle minus and asterisk marker confidently (#1134) 2025-01-09 14:27:39 +08:00
import.typ fix: stop import-as clause before colon (#908) 2024-11-29 15:17:00 +08:00
import.typ.snap fix: stop import-as clause before colon (#908) 2024-11-29 15:17:00 +08:00
import2.typ fix: stop import-as clause before colon (#908) 2024-11-29 15:17:00 +08:00
import2.typ.snap fix: stop import-as clause before colon (#908) 2024-11-29 15:17:00 +08:00
import3.typ fix: stop import-as clause before colon (#908) 2024-11-29 15:17:00 +08:00
import3.typ.snap fix: stop import-as clause before colon (#908) 2024-11-29 15:17:00 +08:00
import4.typ fix: stop import-as clause before colon (#908) 2024-11-29 15:17:00 +08:00
import4.typ.snap fix: stop import-as clause before colon (#908) 2024-11-29 15:17:00 +08:00
include.typ feat: provide more robust syntax highlight for expressions in markup context (#80) 2024-03-21 17:52:51 +08:00
include.typ.snap dev: improve punctuation and keyword token kinds (#133) 2024-03-30 20:04:34 +08:00
label-has-zws.typ feat: conditionally satisfy PCRE regex features (#1126) 2025-01-07 20:49:38 +08:00
label-has-zws.typ.snap feat: conditionally satisfy PCRE regex features (#1126) 2025-01-07 20:49:38 +08:00
label.typ fix: a dot or colon in ref ident cannot follow space or EOF (#195) 2024-04-18 11:33:22 +08:00
label.typ.snap feat: change some names of textmate scopes (#1119) 2025-01-07 14:00:21 +08:00
let.typ feat: init syntax library for function hover tip (#77) 2024-03-20 12:18:57 +08:00
let.typ.snap dev: improve punctuation and keyword token kinds (#133) 2024-03-30 20:04:34 +08:00
let2.typ feat: init syntax library for function hover tip (#77) 2024-03-20 12:18:57 +08:00
let2.typ.snap dev: improve punctuation and keyword token kinds (#133) 2024-03-30 20:04:34 +08:00
let_fn.typ feat: init syntax library for function hover tip (#77) 2024-03-20 12:18:57 +08:00
let_fn.typ.snap fix: match brackets in content block recursively (#856) 2024-11-19 23:28:12 +08:00
lit.typ feat: improve numeric literal parsers (#558) 2024-08-26 10:55:34 +08:00
lit.typ.snap feat: improve numeric literal parsers (#558) 2024-08-26 10:55:34 +08:00
markup_constant.typ feat: init syntax library for function hover tip (#77) 2024-03-20 12:18:57 +08:00
markup_constant.typ.snap dev: improve punctuation and keyword token kinds (#133) 2024-03-30 20:04:34 +08:00
may_import.typ feat: provide more robust syntax highlight for expressions in markup context (#80) 2024-03-21 17:52:51 +08:00
may_import.typ.snap fix: stop import-as clause before colon (#908) 2024-11-29 15:17:00 +08:00
non-strict-set-call.typ feat: add more termination rules about FIRST tokens (#1122) 2025-01-07 14:15:31 +08:00
non-strict-set-call.typ.snap feat: add more termination rules about FIRST tokens (#1122) 2025-01-07 14:15:31 +08:00
raw.typ feat: provide more robust syntax highlight for expressions in markup context (#80) 2024-03-21 17:52:51 +08:00
raw.typ.snap feat: recursively parse markup link according to typst syntax (#911) 2024-11-29 15:43:38 +08:00
raw2.typ build: bump version to 0.11.17 (#469) 2024-07-27 13:34:27 +08:00
raw2.typ.snap feat: parse for clause correctly (#642) 2024-10-07 13:13:42 +08:00
raw_nest.typ feat: init syntax library for function hover tip (#77) 2024-03-20 12:18:57 +08:00
raw_nest.typ.snap feat: parse for clause correctly (#642) 2024-10-07 13:13:42 +08:00
set.typ feat: provide more robust syntax highlight for expressions in markup context (#80) 2024-03-21 17:52:51 +08:00
set.typ.snap feat: change some names of textmate scopes (#1119) 2025-01-07 14:00:21 +08:00
set_field_access.typ feat: change some names of textmate scopes (#1119) 2025-01-07 14:00:21 +08:00
set_field_access.typ.snap feat: change some names of textmate scopes (#1119) 2025-01-07 14:00:21 +08:00
show-line.typ fix: stop show until new line or code terminator (#910) 2024-11-29 15:31:02 +08:00
show-line.typ.snap feat: parse arrow functions like binary expr (#1128) 2025-01-08 11:24:55 +08:00
show.typ feat: provide more robust syntax highlight for expressions in markup context (#80) 2024-03-21 17:52:51 +08:00
show.typ.snap feat: parse arrow functions like binary expr (#1128) 2025-01-08 11:24:55 +08:00
space-control-flow.typ feat: improve syntax highlighting (#724) 2024-10-22 21:41:20 +08:00
space-control-flow.typ.snap fix: match special identifiers in calls (#1125) 2025-01-07 14:20:00 +08:00
string.typ feat: init syntax library for function hover tip (#77) 2024-03-20 12:18:57 +08:00
string.typ.snap dev: improve punctuation and keyword token kinds (#133) 2024-03-30 20:04:34 +08:00
url.typ feat: recursively parse markup link according to typst syntax (#911) 2024-11-29 15:43:38 +08:00
url.typ.snap feat: recursively parse markup link according to typst syntax (#911) 2024-11-29 15:43:38 +08:00