Please consider to support yang file which also adds yang file type in file type selection field.
Guide contributeur
Stack technique
java
Domaine
backend
Type d'issue
feature
DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
3
Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
1-2 days
Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
stale
ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
mostly clear
Prérequis
Java basicsOpenGrok internals
Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
30
Direction de recherche
Start by examining how existing file type analyzers are implemented in OpenGrok, particularly in the AnalysisFactory class (e.g., in the source code at https://github.com/oracle/opengrok). Look at the addition of a new Analyzer for a file type, such as how 'xml' or 'json' are handled. Then, create a YANG analyzer that reads the file extension and provides syntax highlighting. No linked PR or comments exist, so the issue is open for contribution.