Skip to content

Commit

Permalink
Merge pull request #152 from AleixMT/clion-tag-removal
Browse files Browse the repository at this point in the history
Update clion.dat.sh; removing 'studio' tag due to conflict with androidstudio
  • Loading branch information
Axlfc authored Jul 4, 2023
2 parents 3a94286 + d20ef0c commit ed3f6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/features/clion/clion.dat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
clion_name="CLion"
clion_description="Cross-platform C/C++ IDE"
clion_version="2021.3"
clion_tags=("IDE" "programming" "studio" "customDesktop")
clion_tags=("IDE" "programming" "customDesktop")
clion_systemcategories=("Development" "IDE")

clion_associatedfiletypes=("text/x-c++hdr" "text/x-c++src" "text/x-chdr" "text/x-csrc")
Expand Down

0 comments on commit ed3f6d8

Please sign in to comment.