Shohei YOSHIDA
4201e3ca77
Update node completion to 23.6.0
2025-01-10 14:55:27 +09:00
Shohei YOSHIDA
c160d09fdd
Merge pull request #1116 from Mic92/typos
...
fix typos
2024-12-23 08:30:29 +09:00
Jörg Thalheim
59184db64a
fix typos
2024-12-22 08:12:06 +01:00
Shohei YOSHIDA
3f00e7cf9b
Update node.js completion to version 23.4
2024-12-11 15:53:40 +09:00
Shohei YOSHIDA
16dd307a93
Update node completion 23.0.0
2024-10-17 11:55:18 +09:00
Shohei YOSHIDA
06e2f14637
Update node completion for version 22.8
2024-09-04 12:47:39 +09:00
Shohei YOSHIDA
dbf4d71d5f
Update node completion to version 22.7
2024-08-30 11:26:34 +09:00
Shohei YOSHIDA
0a66357930
Update node.js completion to version 22.3
2024-06-24 16:37:02 +09:00
Shohei YOSHIDA
fce3599932
Update node completion for version 22.2.0
2024-05-16 12:46:30 +09:00
Shohei YOSHIDA
a46f3ffca2
Update node completion to version v22.0.0
2024-04-25 12:56:56 +09:00
Shohei YOSHIDA
11e5579d35
Update node.js completion to version 21.3.0
2023-12-01 16:47:58 +09:00
Shohei YOSHIDA
e12430589c
Update node completion v21.2.0
2023-11-15 13:36:50 +09:00
Shohei YOSHIDA
e097ee8b0c
Update node.js for version 21.1.0
2023-10-25 12:30:10 +09:00
Shohei YOSHIDA
bd6f7d8c5b
Update node completion for version 21.0.0
2023-10-18 11:05:11 +09:00
Shohei YOSHIDA
b57558b024
Update node.js completion
...
Multiple `--env-file` options are accpeted since node v20.7
2023-09-19 14:35:20 +09:00
Shohei YOSHIDA
1ec2fd373f
Update node completion to v20.6.0
2023-09-05 12:50:51 +09:00
Shohei YOSHIDA
e797437fe5
Update node.js completion for version 20.0.0
2023-04-19 11:31:42 +09:00
Shohei YOSHIDA
ddb66cf14c
Update node.js completion for version 19.7.0
2023-02-22 11:53:08 +09:00
Shohei YOSHIDA
ed5394d671
Fix typo in node.js completion
2022-12-27 19:13:23 +09:00
Shohei YOSHIDA
0b6e064850
Update links
2022-11-23 13:31:48 +09:00
Shohei YOSHIDA
79b3418462
Update node.js completion to 19.0.0
2022-10-19 11:09:06 +09:00
Shohei YOSHIDA
11ad45a66e
Fix node completion typo
2022-08-29 16:15:23 +09:00
Shohei YOSHIDA
87f190da85
Update node.js options
2022-08-29 12:30:52 +09:00
Shohei YOSHIDA
03731671e3
Update node-v18
2022-04-20 12:51:48 +09:00
Shohei YOSHIDA
ac3e08c9d4
Update node.js options
2022-04-10 23:22:38 +09:00
Shohei YOSHIDA
afcaccd3ca
Update node flags
2020-07-17 22:16:36 +09:00
Shohei YOSHIDA
e6eb268a07
Improve node inspect completion
...
It should be completed only after 'node'
2020-04-23 21:31:49 +09:00
Shohei YOSHIDA
9f5aa05a75
Update node completion to v14
2020-04-22 23:41:36 +09:00
Shohei YOSHIDA
dcd7c63c3e
Update node completion v12.16
2020-03-22 22:13:35 +09:00
Shohei YOSHIDA
b9256a9942
Complete only .log file if --prof-process is specified
...
Fixes: https://github.com/zsh-users/zsh-completions/issues/633
2020-03-21 18:06:04 +09:00
Masafumi Koba
18db5b0611
Update Node.js completion to fit latest version
...
Remove old Node.js CLI options:
- `--max-stack-size`
- `--vars`
See also [Node.js doucmentation](https://nodejs.org/api/cli.html ).
2018-06-18 11:10:51 +09:00
Aaron Schrab
3f55429b0e
Move modelines to end of file
...
Having a vim modeline or emacs local variable line somewhere in the
middle of the file isn't really helpful. By default, vim will only
check the first and last 5 lines of a file for a modeline (assuming the
modeline option is enabled). Emacs is even more strict about the type
of local variable line that was in use, it will only check the first
line of the file or the second line if the first line specifies a script
interpreter (which isn't the case here).
Move the vim modeline to the end of the file so that it can actually be
found by vim but is out of the way for editing. For emacs more work is
required, convert that to the more verbose Local Variables syntax which
emacs will look for starting 3000 characters from the end of the file.
Also there is no zsh mode for emacs (according to
zsh-users/zsh-completions#75 ), use the "Shell-Script" mode instead.
This seems to automatically detect that the files are for zsh.
I'm not an emacs user, so I haven't tested that portion much. But, this
does at least improve the syntax highlighting there.
2012-08-23 11:18:49 -04:00
Julien Nicoulaud
10ffeb0c15
[BREAKING CHANGE] Move compdefs to own directory (to ease packaging and
...
avoid bloating users fpath with unneeded files such as README.md)
2012-08-01 13:23:11 +02:00