Commit graph

1522 commits

Author SHA1 Message Date
david-pikas
caa28be705
latex: @nospell for environment names, citations and commands (#3948)
* Added @nospell for environment names and commands

* Added citations to @nospell

Co-authored-by: David Pikas <David.Pikas@iar.com>
2022-12-08 11:01:56 +01:00
Raymond Ha
6c4772f7b6 indents(ecma): Fix switch default indent 2022-12-07 18:05:33 +01:00
gbprod
56cabb6435 fix(php): add missing php fold query 2022-12-06 10:58:45 +01:00
Stephan Seitz
e71dfc1e7a highlights(go): add @label 2022-12-04 11:56:40 +01:00
Christian Clason
360315540c fix(julia): update queries to parser change 2022-12-03 12:00:27 +01:00
Stephan Seitz
d6a2ecb8b7 highlights: create subscoping for ternary operator
After https://github.com/nvim-treesitter/nvim-treesitter/issues/470,
we decided to use `@conditional` for ternary operator instead of
operator despite `@conditional` is documented for keywords only.
A sub-scoping can make it easier for people to highlight this operator
group differently.

Also unify the usage of `@conditional...` across languages.
2022-12-02 21:42:11 +01:00
Folke Lemaitre
39bda37d4a feat: added highlights for markdown checkboxes 2022-12-02 18:02:16 +01:00
Aaron Rancsik
4e21b50fbd highlights(cpp): auto as @type.builtin 2022-12-01 15:08:07 +01:00
Aaron Rancsik
4b99343d6e highlights(c): primitive type as builtin 2022-12-01 15:08:07 +01:00
gbprod
4b90052704 feat(twig): improve twig highlights 2022-11-30 12:35:54 +01:00
Ibrahim Abdelkareem
a1929ef139 feat: c# required keyword 2022-11-29 19:24:35 +01:00
Pedro Castro
161576dde2 indents(r): support special operator
Close #3879
2022-11-29 19:23:09 +01:00
gbprod
31f70f51c7 fix(phpdoc): highlight optional type as @type 2022-11-29 12:19:19 +01:00
ObserverOfTime
e973a5cbb2 injections(julia): add markdown 2022-11-27 17:35:10 +01:00
ObserverOfTime
9018fb26cc injections: add more regex injections 2022-11-27 17:35:10 +01:00
ObserverOfTime
14fa6e015e highlights(python): fix captures 2022-11-26 13:17:51 +02:00
ObserverOfTime
6725bef5ce highlights(hack): fix captures 2022-11-26 13:17:51 +02:00
ObserverOfTime
bedc763361 highlights(meson): fix captures
Co-Authored-By: ShootingStarDragons <ShootingStarDragons@protonmail.com>
2022-11-26 13:17:51 +02:00
ObserverOfTime
58940a5589 highlights(julia): use more specific groups 2022-11-26 13:17:51 +02:00
ObserverOfTime
1da0a88ebc highlights(haskell): fix captures 2022-11-26 13:17:51 +02:00
ObserverOfTime
d0b9afe9f6 highlights(java): use more specific groups 2022-11-26 13:17:51 +02:00
ObserverOfTime
a16499f584 highlights(kotlin): use more specific groups 2022-11-26 13:17:51 +02:00
ObserverOfTime
ae51bc0638 highlights(llvm): use more specific groups 2022-11-26 13:17:51 +02:00
ObserverOfTime
e3f376ed67 highlights(make): fix captures 2022-11-26 13:17:51 +02:00
ObserverOfTime
8d598de022 highlights(ocaml): use more specific groups 2022-11-26 13:17:51 +02:00
ObserverOfTime
97e08483d8 highlights(pascal): use more specific groups 2022-11-26 13:17:51 +02:00
ObserverOfTime
0f866c15b4 highlights(php): use more specific groups 2022-11-26 13:17:51 +02:00
ObserverOfTime
c32abac525 highlights(pioasm): fix captures 2022-11-26 13:17:51 +02:00
ObserverOfTime
a1f21606d9 highlights(ql): use more specific groups 2022-11-26 13:17:51 +02:00
ObserverOfTime
920c14c33b highlights(qmljs): fix captures 2022-11-26 13:17:51 +02:00
ObserverOfTime
abd7f85040 highlights(scala): use more specific groups 2022-11-26 13:17:51 +02:00
ObserverOfTime
08bd9d0e08 highlights(solidity): use more specific groups 2022-11-26 13:17:51 +02:00
ObserverOfTime
6825dc63b6 highlights(swift): fix captures 2022-11-26 13:17:51 +02:00
ObserverOfTime
ee0834d59b highlights(verilog): fix captures 2022-11-26 13:17:51 +02:00
ObserverOfTime
dc5542a953 highlights(wgsl): use more specific groups 2022-11-26 13:17:51 +02:00
ObserverOfTime
1a767376cd highlights(zig): fix captures 2022-11-26 13:17:51 +02:00
ObserverOfTime
00ee32aca9 highlights(toml): fix captures 2022-11-26 13:17:51 +02:00
ObserverOfTime
caa616d88e injections(yang): add comment & regex 2022-11-26 13:17:51 +02:00
ObserverOfTime
04712814cc highlights(yang): fix captures 2022-11-26 13:17:51 +02:00
ObserverOfTime
8034ae85db highlights(twig): fix captures 2022-11-26 13:17:51 +02:00
ObserverOfTime
353538d570 highlights(tiger): fix captures 2022-11-26 13:17:51 +02:00
ObserverOfTime
04e560490d highlights(sxhkdrc): fix captures 2022-11-26 13:17:51 +02:00
ObserverOfTime
46fe90b35b highlights(scss): fix captures 2022-11-26 13:17:51 +02:00
ObserverOfTime
7294e534d2 highlights(rasi): fix captures 2022-11-26 13:17:51 +02:00
ObserverOfTime
65a4394a56 injections(lalrpop): add rust & regex 2022-11-26 13:17:51 +02:00
ObserverOfTime
f8c848801a highlights(lalrpop): fix captures 2022-11-26 13:17:51 +02:00
ObserverOfTime
c44c7e4367 highlights(graphql): fix captures 2022-11-26 13:17:51 +02:00
ObserverOfTime
276627849b highlights(gleam): use more specific groups 2022-11-26 13:17:51 +02:00
ObserverOfTime
7c86e6ffc4 highlights(gdscript): use more specific groups 2022-11-26 13:17:51 +02:00
ObserverOfTime
46ecf825f0 highlights(typescript): use more specific groups 2022-11-26 13:17:51 +02:00