diff options
| author | 2021-06-23 18:12:27 -0400 | |
|---|---|---|
| committer | 2021-06-23 18:12:27 -0400 | |
| commit | ad1ad6a7a436694b46020677f2119a30c41103f1 (patch) | |
| tree | 8190c3bbefbc859561e941e7e4d6b79870271320 /dot_config/private_fish/plug | |
| parent | add luarocks fish plugin (diff) | |
add antlr fish plugin
Diffstat (limited to '')
| -rw-r--r-- | dot_config/private_fish/plug/antlr.fish | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dot_config/private_fish/plug/antlr.fish b/dot_config/private_fish/plug/antlr.fish new file mode 100644 index 0000000..77bf43f --- /dev/null +++ b/dot_config/private_fish/plug/antlr.fish @@ -0,0 +1,3 @@ +string match -q '*antlr*' $CLASSPATH || exit +alias antlr4 "java -Xmx500M org.antlr.v4.Tool" +alias grun "java -Xmx500M org.antlr.v4.gui.TestRig" |
