Skip to content

Commit

Permalink
Add proto type
Browse files Browse the repository at this point in the history
  • Loading branch information
uyw4687 authored and hazendaz committed Sep 18, 2023
1 parent 00f62c1 commit ca3c08f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public enum DocumentType {
PHP("php", HeaderType.PHP),
POM("pom", HeaderType.XML_STYLE),
PROPERTIES("properties", HeaderType.SCRIPT_STYLE),
PROTO("proto", HeaderType.DOUBLESLASH_STYLE),
PYTHON("py", HeaderType.SCRIPT_STYLE),
RUBY("rb", HeaderType.SCRIPT_STYLE),
SCALA("scala", HeaderType.SLASHSTAR_STYLE),
Expand Down

0 comments on commit ca3c08f

Please sign in to comment.