Commit Graph

45 Commits

Author SHA1 Message Date
Karl Yngve Lervåg
4e39b1337d Fixed #554: Wrong syntax highlighting of \cite[pt] 2016-09-14 23:02:57 +02:00
Karl Yngve Lervåg
e687d39281 Fixed #550: Error in syntax highlighting of \href's 2016-09-13 22:04:06 +02:00
matthewjohnrussell
9f49cf150a Use correct gnuplot environment for nested syntax (#514) (#515) 2016-08-07 22:16:14 +02:00
Karl Yngve Lervåg
9f31070ab3 Add support for gnuplot nested highlighting (#514) 2016-08-07 13:24:09 +02:00
Daniel Marques
b83eb80a64 Match \cite* and \Cite (#499)
Those two commands still weren't highlighted properly, now they are.
2016-07-22 20:10:06 +02:00
Karl Yngve Lervåg
38ab1fb2a9 Fixed #491: Better syntax support for biblatex 2016-07-15 21:02:22 +02:00
Karl Yngve Lervåg
aca8feb5c8 Fix #491: Enable spelling 2016-07-14 19:23:45 +02:00
Manu Mannattil
af485ffa52 Check g:tex_fast before enabling highlighting.
The default syntax highlighting script shipped with Vim defines
the global variable "g:tex_fast" which allows one to selectively
enable/disable highlighting for certain regions.  If it's set and does
not contain the character 'b', bold/italic syntax highlighting should be
disabled.  Similarly, if it doesn't contain the character 'r',
texRefZone syntax highlighting should be disabled.
2016-05-03 23:08:54 +05:30
Karl Yngve Lervåg
168c567768 Minor regrouping of code 2016-03-23 22:28:04 +01:00
Karl Yngve Lervåg
d169631706 Add support for hyperref command (#399) 2016-03-23 22:25:14 +01:00
Karl Yngve Lervåg
fa3ae16365 Minor indent adjustment 2016-02-16 20:35:40 +01:00
Frankie Robertson
29d7ff5351 Add lualatex highlighting 2016-02-16 20:42:09 +02:00
Karl Yngve Lervåg
dcf3f23829 Add syntax match for \includepdf 2016-02-11 23:01:13 +01:00
Karl Yngve Lervåg
ec73e1661e Fix #310: Enable spell checking at toplevel 2016-01-07 23:18:37 +01:00
Karl Yngve Lervåg
09a9d0f9de Support for \textit and \textbf
Thanks to comment by @2sev on commit 4cbb663.
2015-12-06 22:31:18 +01:00
Karl Yngve Lervåg
4cbb663876 Use italic font for emph when tex_conceal='' 2015-11-11 21:02:03 +01:00
Karl Yngve Lervåg
8c48409a7e Add texItalStyle to texParen cluster (fixes #274) 2015-11-11 20:56:01 +01:00
Karl Yngve Lervåg
42e851ab3f Fix syntax problem with \emph (fixes #245 and #272) 2015-11-11 11:25:52 +01:00
Karl Yngve Lervåg
d3ff9debd9 Add general minted support (fixes #248) 2015-10-25 00:07:10 +02:00
Karl Yngve Lervåg
3cd8770057 Fixed problem with dsc (#215) 2015-10-20 23:24:51 +02:00
Karl Yngve Lervåg
3abcc4a0a0 Add conceal support for emph (fixes #230) 2015-09-25 22:57:01 +02:00
Karl Yngve Lervåg
1c85b31156 Improved url highlighting (#219) 2015-09-19 21:57:47 +02:00
Karl Yngve Lervåg
31072179c0 Fix issue where b:current_syntax was not set
Problem occured when vimtex was lazily loaded with vim-plug.

Fixes: #223
2015-09-14 19:43:48 +02:00
Karl Yngve Lervåg
5d5c710448 Improve syntax highlighting 2015-08-28 21:05:39 +02:00
Karl Yngve Lervåg
47ac958f76 Change default value of g:vimtex_syntax_minted 2015-08-03 21:51:37 +02:00
Karl Yngve Lervåg
d6347dfb2f Support minted package custom envs (#167)
Also update test file.
2015-07-05 21:30:47 +02:00
Karl Yngve Lervåg
46ef742941 Improve minted support
Added support for LANGcode environments.
2015-07-04 09:36:32 +02:00
Karl Yngve Lervåg
5a4664ff41 Add support for minted package
Supports c, csharp and python out of the box.  More languages may be added to
the list `g:vimtex_syntax_minted` (see help for more info).

Resolves: #167
2015-06-17 21:05:40 +02:00
Karl Yngve Lervåg
0698403dfc Improved syntax highlighting for listings and dot 2015-06-17 20:51:18 +02:00
Karl Yngve Lervåg
cb7226340f Minor update to syntax, see #141 2015-04-01 08:26:19 +02:00
Karl Yngve Lervåg
bdfb8f49a0 Don't assume variable exists (fixes #141) 2015-03-31 15:49:39 +02:00
Karl Yngve Lervåg
9325a565e0 Fixed typo in comment 2015-03-23 19:17:34 +01:00
zegervdv
54eb67ba38 Add autoref syntax and completion 2015-03-12 09:56:24 +01:00
Karl Yngve Lervåg
a14cc5997d Changed plugin name to vimtex 2015-03-08 17:15:44 +01:00
Karl Yngve Lervåg
427210c225 Added support for dot2tex (fixes #88) 2014-12-25 20:35:47 +01:00
Karl Yngve Lervåg
7410bf1543 Add shiftwidth to modelines 2014-12-08 20:44:17 +01:00
Karl Yngve Lervåg
6608ba0834 Fix syntax highlighting for biblatex 2014-07-30 10:59:56 +02:00
Karl Yngve Lervåg
8708c7935d Added header to plugin files 2014-07-23 00:08:57 +02:00
Karl Yngve Lervåg
a17f7a49ed Fixed listing syntax 2014-06-04 14:53:49 +02:00
Karl Yngve Lervåg
e82d3d2861 Added support for listings package 2014-02-09 15:44:55 +01:00
Karl Yngve Lervåg
ad4525689e Syntax update for biblatex 2013-12-15 13:44:36 +01:00
Karl Yngve Lervåg
5425da4b3c Better syntax support for cite commands 2013-11-03 11:49:18 +01:00
Karl Yngve Lervåg
664a1affc4 Better crefrange syntax 2013-10-17 13:33:52 +02:00
Karl Yngve Lervåg
c1ed8da4eb Improve cleveref support (LaTeX-Box #137) 2013-10-16 10:17:08 +02:00
Karl Yngve Lervåg
7808e59239 Initial revision 2013-10-05 13:53:42 +02:00