Skip to content

Commit

Permalink
Hardcode more extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
jojo2357 committed Jul 7, 2023
1 parent 79620a1 commit 4c559ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ enum class LatexGenericRegularCommand(
INCLUDEFROM("includefrom", RequiredFolderArgument("absolute path"), RequiredFileArgument("filename", false, false, "tex"), dependency = LatexPackage.IMPORT),
INPUT("input", RequiredFileArgument("sourcefile", true, false, "tex")),
INPUTFROM("inputfrom", RequiredFolderArgument("absolute path"), RequiredFileArgument("filename", false, false, "tex"), dependency = LatexPackage.IMPORT),
INCLUDEGRAPHICS("includegraphics", "key-val-list".asOptional(), RequiredPicturePathArgument("imagefile", true, false, "pdf", "png", "jpg", "jpeg", "eps", "tikz"), dependency = GRAPHICX),
INCLUDEGRAPHICS("includegraphics", "key-val-list".asOptional(), RequiredPicturePathArgument("imagefile", true, false, "png", "pdf", "jpg", "jpeg", "jb2", "eps", "mps", "PNG", "PDF", "JPG", "JPEG", "JB2", "EPS"), dependency = GRAPHICX),
INCLUDEONLY("includeonly", RequiredFileArgument("sourcefile", false, true, "tex")),
INDEXNAME("indexname", "name".asRequired()),
INDEXSPACE("indexspace"),
Expand Down

0 comments on commit 4c559ea

Please sign in to comment.