Skip to content

Commit

Permalink
Merge pull request #776 from feilongfl/master
Browse files Browse the repository at this point in the history
add iuml, pu, plantuml, wsd as plantuml extensions, #776
  • Loading branch information
AlDanial committed Oct 19, 2023
2 parents fe91e08 + 1ca80ea commit 713d067
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,7 @@ PHP/Pascal (inc)
Pig Latin (pig)
PL/I (pl1)
PL/M (lit, plm)
PlantUML (puml)
PlantUML (iuml, pu, puml, plantuml, wsd)
PO File (po)
Pony (pony)
PowerBuilder (pbt, sra, srf, srm, srs, sru, srw)
Expand Down
4 changes: 4 additions & 0 deletions Unix/cloc
Original file line number Diff line number Diff line change
Expand Up @@ -8722,7 +8722,11 @@ sub set_constants { # {{{1
'pl1' => 'PL/I' ,
'plm' => 'PL/M' ,
'lit' => 'PL/M' ,
'iuml' => 'PlantUML' ,
'pu' => 'PlantUML' ,
'puml' => 'PlantUML' ,
'plantuml' => 'PlantUML' ,
'wsd' => 'PlantUML' ,
'properties' => 'Properties' ,
'po' => 'PO File' ,
'pony' => 'Pony' ,
Expand Down

0 comments on commit 713d067

Please sign in to comment.