Commit graph

3103 commits

Author SHA1 Message Date
GitHub
d3ca4de41f Update lockfile.json 2022-10-13 10:04:56 +02:00
gbprod
82767f3f33 feat(php): add queries for bash injections
This commit allows to inject bash syntax into relevant function arguments
and shell expression.
2022-10-12 22:38:03 +02:00
gbprod
3cb46f0c81 feat(php): improve php folds 2022-10-12 22:36:57 +02:00
Fredrik Ekre
ef05f00814 fix(julia): remove highlight query for constants
This patch removes the highlight query for constant identifiers based on
capitalization. This led to inconsistent highlighting since e.g. `AA`
would be a regular identifier, but `AAA` a constant. It is indeed true
that some constants are uppercase only identifiers, but there are also
constants which doesn't follow this pattern. Since there are no rules
about this it seems better to not try to guess.
2022-10-12 18:17:21 +02:00
GitHub
664570a1f2 Update lockfile.json 2022-10-12 09:39:53 +02:00
Chih-Pin Tan
e3a33e2812 Update configuration example for auto_install 2022-10-12 09:24:14 +02:00
GitHub
d47f3469e3 Update lockfile.json 2022-10-11 14:48:03 +02:00
mliszcz
276718c245 highlights(cpp): add alternative operator names
These keywords are now supported by the parser.
See: https://github.com/tree-sitter/tree-sitter-cpp/pull/179
2022-10-11 14:37:14 +02:00
GitHub
57c09f4d11 Update lockfile.json 2022-10-11 09:02:49 +02:00
GitHub
26cece91d4 Update lockfile.json 2022-10-11 08:44:26 +02:00
GitHub
6840b3740d Update lockfile.json 2022-10-10 23:26:28 +02:00
Dusk Banks
c6a5a41283 fix(uninstall): support ensure_installed = 'all' 2022-10-10 23:09:40 +02:00
gbprod
3096e637c8 fix(php): add indent for enums 2022-10-10 23:01:22 +02:00
Alex Pinkus
14edfee545 feat(swift): sync highlight queries with upstream
Upstream highlight queries have added support for Swift regex literals.
This change brings that support to nvim-treesitter.

Also includes some minor reordering of modifiers for logical consistency
(no impact on highlighting behavior).
2022-10-10 23:00:58 +02:00
GitHub
7ddc2b54db Update lockfile.json 2022-10-09 22:47:38 +02:00
GitHub
42b482fd56 Update lockfile.json 2022-10-09 10:38:49 +02:00
Thomas Vigouroux
b273a06728 fix: don't overwrite highlights when defining 2022-10-08 11:28:04 +02:00
GitHub
5d11dfc278 Update lockfile.json 2022-10-07 11:54:58 +02:00
GitHub
c536886f2b Update lockfile.json 2022-10-07 10:30:06 +02:00
gbprod
a33858d399 feat(twig): add @spell on comments 2022-10-06 14:23:40 +01:00
gbprod
84e23bd979 Fix php indent for short array declaration 2022-10-06 08:55:11 -04:00
GitHub
07e5fcbaad Update lockfile.json 2022-10-05 23:43:04 +02:00
Lampros
dd4e62324a feat(spell) added spell to html-tags text 2022-10-05 15:56:28 -04:00
GitHub
a1bf2c75c0 Update lockfile.json 2022-10-05 09:45:32 +02:00
GitHub
ffd4525fd9 Update lockfile.json 2022-10-04 16:32:21 +02:00
Matthias Vogelgesang
f051eb2b26 highlights(proto): highlight optional
`optional` came back with protobuf 3.15 as a valid modifier so highlight
it the same way as `repeated`.
2022-10-04 10:09:09 -04:00
GitHub
a5dd688b5a Update lockfile.json 2022-10-04 09:13:10 +02:00
GitHub
7ccb9a056f Update lockfile.json 2022-10-03 10:29:39 +02:00
Github Actions
39cc1be202 Update README 2022-10-03 10:14:00 +02:00
gbprod
179a06bc8b style: fix code styling according to Stylua 2022-10-03 10:06:41 +02:00
gbprod
d8a695a1ac Introduce twig parser
This commit introduce parser, highlights and injections for the
[twig syntax](https://twig.symfony.com)
2022-10-03 10:06:41 +02:00
GitHub
7ce47ddf52 Update lockfile.json 2022-10-03 09:04:11 +02:00
Christian Clason
8e763332b7 fix(test): update tests to Nvim 0.8 2022-10-02 09:29:34 -04:00
GitHub
28f5458424 Update lockfile.json 2022-10-02 09:15:28 -04:00
Jędrzej Boczar
e2efbb6569 docs: add example of how to use function to disable a module 2022-10-01 22:46:51 -04:00
GitHub
aebc6cf6bd Update lockfile.json 2022-09-30 13:49:00 +02:00
GitHub
bb40c986ac Update lockfile.json 2022-09-30 13:41:08 +02:00
Stephan Seitz
9bfaf62e42 ci: relax check for valid captures (only check prefixes) 2022-09-29 09:06:50 +02:00
Github Actions
c466ffd860 Update README 2022-09-29 09:03:23 +02:00
GitHub
5ad8b285d8 Update lockfile.json 2022-09-29 08:54:12 +02:00
Christian Clason
5f6f866c86 update vimdoc parser and queries 2022-09-29 08:41:42 +02:00
Stephan Seitz
27cba73df9 indents(wgsl): add indents.scm 2022-09-28 19:25:07 -04:00
Jade Lovelace
aa736f5f36 haskell/highlights: Match pattern as a keyword
Sample:
-- | Smart constructor that deduplicates plugins
pattern IdePlugins :: [PluginDescriptor ideState] -> IdePlugins ideState
pattern IdePlugins{ipMap} <- IdePlugins_ (sortOn (Down . pluginPriority) . HashMap.elems -> ipMap) _
  where
    IdePlugins ipMap = IdePlugins_{ipMap_ = HashMap.fromList $ (pluginId &&& id) <$> ipMap
                                  , lookupCommandProvider = lookupPluginId ipMap
                                  }
2022-09-27 21:38:16 -04:00
ShootingStarDragons
0289160c96 feat(slint): <=> operator
Slint have support <=> operator, so add this for highlight,

Next time when lockfile.json is update, then merge this one

Log: slint
2022-09-26 23:55:10 -04:00
Laytan Laats
4303c1af69 highlights(php): add spell 2022-09-26 23:23:21 +01:00
Lewis Russell
37398c7d68 feat(spell): support more languages 2022-09-26 13:47:12 +01:00
GitHub
d712b1bed1 Update lockfile.json 2022-09-26 09:20:06 +02:00
GitHub
3b790e7657 Update lockfile.json 2022-09-25 10:54:10 +02:00
GitHub
a60aa7b2e1 Update lockfile.json 2022-09-24 10:35:57 +02:00
GitHub
34a8ff99ba Update lockfile.json 2022-09-24 10:26:04 +02:00