github.com/tiagovtristao/plz@v13.4.0+incompatible/tools/build_langserver/langserver/globals.go (about) 1 package langserver 2 3 // BuiltInsWithIrregularArgs is the list of builtin functions which arguments 4 // not matching the declared arguments 5 // Used in diagnostics.go: diagnoseFuncCall 6 var BuiltInsWithIrregularArgs = []string{"format", "zip", "package", "join_path"} 7 8 // LocalSrcsArgs is the list of arguments within build rules 9 // that may yield to local source files 10 var LocalSrcsArgs = []string{"srcs", "src", "main", "data", "hdrs", "private_hdrs"}