Skip to content

Commit fa5a609

Browse files
committed
--languages=Apex,...
1 parent d9d71a8 commit fa5a609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ctags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func New(opts Options) (Parser, error) {
6767

6868
// Some languages cause issues in universal-ctags (eg markdown). Stick to an
6969
// allowlist of known working languages.
70-
args = append(args, "--languages=Basic,C,C#,C++,Clojure,Cobol,CSS,CUDA,D,Elixir,elm,Erlang,Go,GraphQL,Groovy,haskell,Java,JavaScript,Jsonnet,kotlin,Lisp,Lua,MatLab,ObjectiveC,OCaml,Pascal,Perl,Perl6,PHP,Powershell,Protobuf,Python,R,Ruby,Rust,scala,Scheme,Sh,swift,SystemVerilog,Tcl,Thrift,typescript,tsx,Verilog,VHDL,Vim")
70+
args = append(args, "--languages=Apex,Basic,C,C#,C++,Clojure,Cobol,CSS,CUDA,D,Elixir,elm,Erlang,Go,GraphQL,Groovy,haskell,Java,JavaScript,Jsonnet,kotlin,Lisp,Lua,MatLab,ObjectiveC,OCaml,Pascal,Perl,Perl6,PHP,Powershell,Protobuf,Python,R,Ruby,Rust,scala,Scheme,Sh,swift,SystemVerilog,Tcl,Thrift,typescript,tsx,Verilog,VHDL,Vim")
7171

7272
cmd := exec.Command(opts.Bin, args...)
7373
in, err := cmd.StdinPipe()

0 commit comments

Comments
 (0)