Laurenz
|
9720424884
|
Fix duplicate error message for destructuring
|
2023-04-11 16:50:26 +02:00 |
|
Marmare314
|
0f8219b392
|
Unpacking syntax (#532)
Closes #341
|
2023-04-06 15:26:09 +02:00 |
|
Laurenz
|
5637a1693c
|
Allow labels and reference with ',' and '.'
|
2023-04-04 18:19:17 +02:00 |
|
Marek Barvíř
|
1a36ce7fa8
|
Disable clippy for specific lines (#503)
|
2023-04-04 17:10:06 +02:00 |
|
Marek Barvíř
|
cfc671d824
|
clippy::match_like_matches_macro (#502)
|
2023-04-04 17:09:53 +02:00 |
|
Laurenz
|
570c528b3e
|
Integers with different bases
|
2023-04-04 15:46:09 +02:00 |
|
Marek Barvíř
|
4161bad54f
|
FIX lint clippy::len_without_is_empty (#451)
|
2023-03-31 17:13:31 +02:00 |
|
frozolotl
|
ed36ef3312
|
Add support for more characters in links (#379)
|
2023-03-30 21:26:43 +02:00 |
|
frozolotl
|
e13fc04c3e
|
Fix parsing of language in single-tick raw literals (#401)
|
2023-03-28 17:04:27 +02:00 |
|
Marek Barvíř
|
213f31c5d7
|
Fix basic lints (cargo clippy) (#383)
|
2023-03-28 09:38:01 +02:00 |
|
Laurenz
|
c5fb34123c
|
Fix parsing of unbalanced delimiters in math
|
2023-03-27 16:09:26 +02:00 |
|
Laurenz
|
51d972ec24
|
Fix matrix delimiters
Fixes #200.
|
2023-03-27 13:14:21 +02:00 |
|
Laurenz
|
2c7f2c005a
|
Parse decimals as a unit
Fixes #257.
|
2023-03-27 12:50:00 +02:00 |
|
Laurenz
|
a5c88c19b3
|
Fix enum parsing and allow zero in numberings
Fixes #353.
|
2023-03-27 12:12:57 +02:00 |
|
Kian-Meng Ang
|
25acefeb5b
|
Fix typos (#115)
Found via `codespell -S target -L
crate,ist,thi,alle,dedented,ue,tung,nd,ende,overriden,dependant`
|
2023-03-22 09:02:51 +01:00 |
|
Laurenz
|
53b57d8294
|
Fix show rule colon error message
|
2023-03-21 13:08:18 +01:00 |
|
Laurenz
|
c913271b29
|
Fix crash for jump to outdated span
|
2023-03-21 12:55:39 +01:00 |
|
Laurenz
|
69136b74dc
|
More math shorthands
|
2023-03-21 10:29:59 +01:00 |
|
Laurenz
|
ab43bd802e
|
Renaming and refactoring
|
2023-03-19 22:39:19 +01:00 |
|
Laurenz
|
a69b587455
|
Rename formula to equation
|
2023-03-18 19:27:31 +01:00 |
|
Laurenz
|
5d475ae32e
|
Attach parameter list span to function
|
2023-03-18 17:50:57 +01:00 |
|
Laurenz
|
312197b276
|
Counters
|
2023-03-17 11:45:57 +01:00 |
|
Laurenz
|
2a86e4db0b
|
Reference supplements
|
2023-03-14 22:34:43 +01:00 |
|
Laurenz
|
e50189cfa7
|
Allow keywords as fields
|
2023-03-14 22:31:05 +01:00 |
|
Laurenz
|
ca6edf5283
|
Jump to source and preview
|
2023-03-11 23:29:32 +01:00 |
|
Laurenz
|
529d3e10c6
|
Section references
|
2023-03-11 18:29:48 +01:00 |
|
Laurenz
|
8e5f446544
|
Autocompletion for raw language tags
|
2023-03-11 11:46:12 +01:00 |
|
Laurenz
|
e5eab73374
|
Streamline field names
|
2023-03-08 11:02:27 +01:00 |
|
Laurenz
|
ab841188e3
|
Bump ecow
|
2023-03-01 11:27:10 +01:00 |
|
Laurenz
|
affb353453
|
Merge main back
|
2023-02-23 14:38:45 +01:00 |
|
Laurenz
|
a1d47695a2
|
Switch to ecow
|
2023-02-23 12:20:47 +01:00 |
|
Laurenz
|
c1637054a4
|
Fix semicolon parsing
|
2023-02-17 16:41:21 +01:00 |
|
Laurenz
|
028632a3a1
|
Fix error handling after hashtag
|
2023-02-17 16:32:48 +01:00 |
|
Laurenz
|
56b6a2a908
|
Impl Eq for syntax tree types
|
2023-02-17 10:01:40 +01:00 |
|
Laurenz
|
17e9805b34
|
Let eval take code instead of markup
|
2023-02-13 17:45:08 +01:00 |
|
Laurenz
|
7b2cdb9d95
|
Require colon in show rule
|
2023-02-12 20:25:24 +01:00 |
|
Laurenz
|
03cbdea4b4
|
Fix "not in" precedence
|
2023-02-12 10:17:35 +01:00 |
|
Laurenz
|
f72c81a757
|
More PartialEq impls for EcoString
|
2023-01-31 19:29:01 +01:00 |
|
Laurenz
|
2bb0135d2a
|
Fix inconsistency between text and idents in math
|
2023-02-02 22:33:12 +01:00 |
|
Laurenz
|
bb12624e8e
|
Fix heading and list markers
|
2023-02-02 14:27:31 +01:00 |
|
Laurenz
|
5f5c659279
|
Math tests
|
2023-02-02 14:13:56 +01:00 |
|
Laurenz
|
e1f2acff62
|
No text hashtags
|
2023-01-30 23:08:43 +01:00 |
|
Laurenz
|
3a4c5ae4b9
|
Highlighting and docs fixes
|
2023-01-30 18:29:09 +01:00 |
|
Laurenz
|
c987f07b76
|
HTML highlighting
|
2023-01-29 23:23:03 +01:00 |
|
Laurenz
|
5f4f507ecf
|
Make shorthand list inspectable
|
2023-01-29 20:43:36 +01:00 |
|
Laurenz
|
f7458f9533
|
Matrices
|
2023-01-29 19:11:44 +01:00 |
|
Laurenz
|
83b28e99ae
|
Import completions
|
2023-01-29 01:07:20 +01:00 |
|
Laurenz
|
1e97d5c8cb
|
Better analysis for literals
|
2023-01-28 23:38:03 +01:00 |
|
Laurenz
|
76048a8ef4
|
Overline, Underline, Overbracket, Underbracket
|
2023-01-28 23:15:03 +01:00 |
|
Laurenz
|
406de22ee5
|
Remove method call syntax kind
|
2023-01-28 18:32:58 +01:00 |
|