Commit graph

83 commits

Author SHA1 Message Date
Renaud Casenave-Péré
5169a6f811 build latest parser 2025-08-26 21:07:53 +02:00
Amaan Qureshi
64cfbc213f
feat: rewrite the scanner in C (#40)
* feat: rewrite the scanner in C
* chore: update manifests & docs
2023-06-19 18:05:11 -04:00
Emilia Simmons
081179c52b fix: parse continued latex env as paragraph (close #38) 2022-10-21 23:23:29 -04:00
Emilia Simmons
eb1e080361 fix: tabs not included in regexes (close #36) 2022-09-12 12:12:18 -04:00
Emilia Simmons
698bb1a343 fix: freeze on error recovery (#34) 2022-08-16 11:52:06 -04:00
Emilia Simmons
76a70a8b35 chore: version bump 2022-08-12 12:08:38 -04:00
Emilia Simmons
a2c1946d78 chore: add more fields to tests 2022-06-28 19:36:39 -04:00
Emilia Simmons
bc8a040492 chore: add fields to tests 2022-06-27 11:07:56 -04:00
Emilia Simmons
031031fe6c fix: add alias to (expr) for block end name 2022-06-27 11:06:00 -04:00
Emilia Simmons
428fd9aeb9 fix: add (expr) to dynamic block end (#30) 2022-06-27 11:03:17 -04:00
Emilia Simmons
53a61b6b62 feat!: add (checkbox) in list 2022-06-27 10:47:50 -04:00
0xAdk
4d2b327744
fix: 2 typos in basic list tests (#29) 2022-06-24 15:53:54 -04:00
Emilia Simmons
63c9563fee feat: add fields to (document) 2022-06-23 09:55:48 -04:00
Shadow
447fedff48 feat: expose highlight in rust binding (close #28) 2022-06-18 18:15:24 -04:00
Emilia Simmons
7ab140276c chore: update parse example 2022-06-01 13:56:57 -04:00
Emilia Simmons
85c9c71957 fix: add * to latex_env test 2022-05-25 11:07:42 -04:00
Emilia Simmons
f78edf1ab6 feat: add latex_env blocks with brackets (resolve #24) 2022-05-25 11:03:10 -04:00
Emilia Simmons
5a04a1903b feat: add fields to (section) and (plan) 2022-05-03 17:32:58 -04:00
Emilia Simmons
aeacac6194 fix: rust ergonomics (close #21) 2022-05-02 16:54:48 -04:00
Emilia Simmons
84d9b3c26c fix: parse sublist with empty line without error (resolve #23) 2022-05-02 16:46:13 -04:00
Emilia Simmons
e40131e544 fix: parsing table cell content of "-" 2022-05-02 16:42:08 -04:00
Emilia Simmons
fab7af32a2 chore!: Version 1.0.0 2022-04-07 16:00:06 -04:00
Emilia Simmons
e2a7a19473 fix: link in plan line parses correctly as paragraph 2022-04-05 14:14:02 -04:00
Emilia Simmons
0d5e731abf fix: Headline.8d passing. All tests passing! 2022-03-28 15:52:32 -04:00
Emilia Simmons
9a595e51c1 feat!: match elements in list items, remove (itemtext)
BREAKING CHANGE: (itemtext) removed, typically in favor of (paragraph)
as the listitem should now be parsed via (body) logic.
2022-03-28 15:41:04 -04:00
Emilia Simmons
7f9a7e51e4 feat: add (expr) in plan for non-matched generic text.
Also allow other characters in day names (#16)
2022-03-28 13:30:29 -04:00
Emilia Simmons
1c3eb533a9 fix: add dynamic prec for property drawer 2022-02-05 14:19:52 -05:00
Emilia Simmons
2e3a188551 feat!: Remove all markup, expose (expr), add queries 2022-02-01 11:54:50 -05:00
Emilia Simmons
f110024d53 fix!: remove plan names: scheduled, deadline, closed
fix because we should allow other languages.
Also simplify (timestamp).
2021-11-28 23:04:31 -05:00
Emilia Simmons
39a377f507 fix!: long (paragraph)s now parse as a single (paragraph), resolve #8
breaking: Newline characters after the last element of the (body),
before the next (section) are now part of (body).
2021-11-01 23:43:23 -04:00
Emilia Simmons
dda23ecf90 Fix multiline tables. Add node: (hr). resolve #8 2021-10-01 15:12:34 -04:00
Emilia Simmons
049e3861e1 fix: case insensitive syntax (#7) 2021-09-15 15:34:48 -04:00
Lukas Reineke
bb238e37a1
feat: expose listitem nodes (#5)
resolve #4
2021-09-07 15:30:07 -04:00
Emilia Simmons
06dcd2e8af Replace $.first with anonymous "keyword?"
Query like: (item "keyword?" @keyword (#eq? @keyword "TODO"))
2021-08-25 17:44:28 -04:00
Kristijan Husak
d0fa0d5acb
Add $.first in (item) to allow highlighting todo keywords. (#2) 2021-08-25 10:45:47 -04:00
Kristijan Husak
41eac56ba9
Add $.contents for block-style nodes to allow injections 2021-08-25 09:55:08 -04:00
Emilia Simmons
3551d82a28 Update readme parse example + install instructions 2021-08-20 08:56:05 -04:00
Emilia Simmons
3b19be0cf3 Add Block test in a section 2021-08-20 08:55:38 -04:00
Emilia Simmons
4095edf17c Remove unused anonymous fields in $.item 2021-08-20 08:55:17 -04:00
Emilia Simmons
eeee2489f2 Remove commented lines 2021-08-20 08:54:16 -04:00
Emilia Simmons
44b050320e Add generated files for 11fec7c0 2021-07-21 11:59:33 -04:00
Emilia Simmons
11fec7c047 Fix precedence for paragraph over section 2021-07-21 11:51:42 -04:00
Emilia Simmons
feefaeec27 Fix stars range parsing 2021-07-21 11:40:35 -04:00
Emilia Simmons
44d6a09dc3 Unify markup & add backticks as markup 2021-07-21 11:36:07 -04:00
Emilia Simmons
22105ff100 Fix npm install 2021-07-21 10:31:49 -04:00
Emilia Simmons
c2ff817f82 Move newline chars back into elements. 2021-07-21 09:38:14 -04:00
Emilia Simmons
a824866dfa Add simple list: with markup test 2021-07-19 16:33:02 -04:00
Emilia Simmons
d7147645aa Fix parsing whitespace in list ends 2021-07-19 16:29:57 -04:00
Emilia Simmons
105b5dbab0 Remove couts. Oops 2021-07-19 14:47:04 -04:00
Emilia Simmons
7ff266ef44 Fix (fndef) over (footnote) at newline in paragraph 2021-07-19 14:42:39 -04:00