We want to analyze *.vue files with typescript/html/css analyzers but it only allows one at the time in the sonar.properties. How would you then scan these files which contains all three (vue typescript components with html templates, which contain also css)?
ERROR Language of file ‘src/components/overlays/MainModal.vue’ can not be decided as the file matches patterns of both sonar.lang.patterns.js : /*.js,/.jsx,**/.cjs,/*.mjs,/.vue and sonar.lang.patterns.web : **/.html,**/*.vue