Commit graph

1948 commits

Author SHA1 Message Date
Patrick Förster
0adcb51e2b Fix compiler warnings 2019-06-25 10:27:25 +02:00
Patrick Förster
d5fb4c3dec Add more include commands 2019-06-25 10:20:45 +02:00
Patrick Förster
3fa226766a Implement goto definition for math operators 2019-06-25 08:19:23 +02:00
Patrick Förster
f2ae19540e Close completion database in tests 2019-06-25 08:04:51 +02:00
Eric Förster
6319bd7648 Test component database 2019-06-24 21:28:19 +02:00
Eric Förster
aed7688247 Provide completion for LaTeX components 2019-06-24 17:13:26 +02:00
Eric Förster
0677aa7acd Fix tests on Windows 2019-06-24 14:23:23 +02:00
Eric Förster
644438792b Fix tests of LaTeX import providers 2019-06-24 14:01:01 +02:00
Eric Förster
b10193c971 Do not check the exit code of chktex 2019-06-24 14:00:39 +02:00
Eric Förster
0a9e62c108 Add README 2019-06-24 12:51:25 +02:00
Eric Förster
9a279c9219 Add LaTeX component database 2019-06-24 09:56:07 +02:00
Patrick Förster
9746abc1ce Move TikZ commands to language.json 2019-06-23 13:18:48 +02:00
Patrick Förster
167a9622cd Replace lazy_static! in language data module 2019-06-23 12:53:40 +02:00
Patrick Förster
3b8dffb9c7 Fix resolution of unresolved includes 2019-06-23 11:00:32 +02:00
Patrick Förster
8a027dc13e Move TikZ libraries to language.json 2019-06-23 10:51:58 +02:00
Patrick Förster
23be99b088 Handle citations and label references with commas 2019-06-22 21:57:43 +02:00
Patrick Förster
253083bb36 Handle comma in LaTeX parser 2019-06-22 17:57:54 +02:00
Patrick Förster
5aa6524d2c Move BibTeX fields to language.json 2019-06-22 11:44:03 +02:00
Patrick Förster
96e6ef6bdd Move BibTeX entry types to language.json 2019-06-22 11:27:08 +02:00
Patrick Förster
ad1385fdee Make language options immutable 2019-06-22 11:15:01 +02:00
Patrick Förster
0b80b7d953 Make linter options optional 2019-06-20 16:20:38 +02:00
Patrick Förster
bea167d9ef Make build options optional 2019-06-20 16:06:48 +02:00
Patrick Förster
4aa7857c4d Make formatting options optional 2019-06-20 15:36:00 +02:00
Patrick Förster
0aee2f1c1c Make language options optional 2019-06-20 15:33:22 +02:00
Patrick Förster
43e29351e7 Move kernel colors to language options 2019-06-20 12:40:30 +02:00
Patrick Förster
5fe358101c Move color model commands to language options 2019-06-20 12:25:00 +02:00
Patrick Förster
be3de11a90 Move color commands to language options 2019-06-20 12:10:29 +02:00
Patrick Förster
95e0c208ca Add support for cleveref package 2019-06-19 19:41:15 +02:00
Patrick Förster
c097031fd0 Refactor include completion provider 2019-06-19 19:23:31 +02:00
Patrick Förster
da79979fe9 Use language options in completion 2019-06-19 19:08:12 +02:00
Patrick Förster
11737cbe22 Fix broken tests 2019-06-18 20:55:49 +02:00
Patrick Förster
8dbfd6f5b8 Refactor LaTeX completion combinators 2019-06-18 20:38:17 +02:00
Patrick Förster
55fbfa775b Include language configuration in feature request 2019-06-18 20:28:00 +02:00
Patrick Förster
eeb889fcb9 Refactor FeatureRequest 2019-06-18 20:16:44 +02:00
Patrick Förster
ffb26cfa78 Add default LaTeX language configuration 2019-06-18 20:16:44 +02:00
Eric Förster
4a68168fd6 Move LaTeX compilation into tex module 2019-06-18 19:53:06 +02:00
Eric Förster
4ca045e4de Move kernel primitives to data module 2019-06-18 19:41:37 +02:00
Patrick Förster
66736a9b0a Implement goto definition for commands 2019-06-14 21:51:02 +02:00
Patrick Förster
17e235d574 Include custom commands in preview 2019-06-14 21:36:21 +02:00
Patrick Förster
c9a8dcbc4b Parse command definitions 2019-06-14 21:18:48 +02:00
Patrick Förster
251801b45e Improve handling of inlines and equations 2019-06-14 20:31:18 +02:00
Patrick Förster
6326c43d84 Decrease preview image size 2019-06-14 13:45:49 +02:00
Patrick Förster
cbc5917f5a Add margin to preview image 2019-06-14 13:42:40 +02:00
Patrick Förster
2c2663f91a Handle unknown packages in preview 2019-06-14 13:28:44 +02:00
Patrick Förster
4e802bb06e Handle fatal compilation errors in preview 2019-06-14 13:22:26 +02:00
Patrick Förster
05ca04fc94 Include math operators in preview 2019-06-14 13:05:35 +02:00
Patrick Förster
88f9786988 Improve performance of preview 2019-06-14 12:48:14 +02:00
Patrick Förster
219e607a3c Add includes from related documents in preview 2019-06-14 12:12:52 +02:00
Patrick Förster
d4e02d86b2 Render latex equations when hovering 2019-06-13 21:42:05 +02:00
Patrick Förster
9720aceae9 Implement forward search request 2019-06-12 21:51:59 +02:00