Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

load expl3-commands.cwl in latex-dev.cwl #3933

Merged
merged 4 commits into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions completion/expl3-commands.cwl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# expl3 commands, l3kernel 2024-12-09
# expl3 commands, l3kernel 2024-12-25
# command list generated by https://github.com/James-Yu/LaTeX-Workshop/blob/master/dev/latex3command.py
# argument specifications added by Matthew Bertucci 2024/12/16

Expand Down Expand Up @@ -1212,6 +1212,7 @@
\file_compare_timestamp_p:VNn %<⟨str var⟩ ⟨relation⟩%> {%<⟨file name⟩%>}#/%expl3
\file_compare_timestamp_p:nNV {%<⟨file name⟩%>} %<⟨relation⟩ ⟨str var⟩%>#/%expl3
\file_compare_timestamp_p:nNn {%<⟨file name1⟩%>} %<⟨relation⟩%> {%<⟨file name2⟩%>}#/%expl3
\file_forget:n {%<⟨file name⟩%>}#/%expl3
\file_full_name:V %<⟨str var⟩%>#/%expl3
\file_full_name:n {%<⟨file name⟩%>}#/%expl3
\file_get:VnN %<⟨str var⟩%> {%<⟨setup⟩%>} %<⟨tl var⟩%>#/%expl3
Expand Down Expand Up @@ -3635,8 +3636,10 @@
\tl_concat:ccc {%<⟨tl var1 name⟩%>} {%<⟨tl var2 name⟩%>} {%<⟨tl var3 name⟩%>}#/%expl3
\tl_const:Ne %<⟨tl var⟩%> {%<⟨tokens⟩%>}#/%expl3
\tl_const:Nn %<⟨tl var⟩%> {%<⟨tokens⟩%>}#/%expl3
\tl_const:NV %<⟨tl var1⟩ ⟨tl var2⟩%>#/%expl3
\tl_const:ce {%<⟨tl var name⟩%>} {%<⟨tokens⟩%>}#/%expl3
\tl_const:cn {%<⟨tl var name⟩%>} {%<⟨tokens⟩%>}#/%expl3
\tl_const:cV {%<⟨tl var name⟩%>} %<⟨tl var⟩%>#/%expl3
\tl_count:N %<⟨tl var⟩%>#/%expl3
\tl_count:V %<⟨tl var⟩%>#/%expl3
\tl_count:c {%<⟨tl var name⟩%>}#/%expl3
Expand Down Expand Up @@ -4494,4 +4497,4 @@
\tag_socket_use:nn {%<⟨socket⟩%>} {%<⟨arg1⟩%>}#/%expl3
\tag_socket_use:nnn {%<⟨socket⟩%>} {%<⟨arg1⟩%>} {%<⟨arg2⟩%>}#/%expl3
\tag_socket_use_expandable:n {%<⟨socket⟩%>}#/%expl3
\tag_suspend:n {%<⟨string⟩%>}#/%expl3
\tag_suspend:n {%<⟨string⟩%>}#/%expl3
2 changes: 2 additions & 0 deletions completion/latex-dev.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# muzimuzhi/8 Jul 2019
# Matthew Bertucci 2024/11/01 release

#include:expl3-commands

# commands with big Letters and others
\ActivateGenericHook{hook}#*
\AddToHook{hook}[label]{code}#*
Expand Down
Loading
Loading