Skip to content

Commit 801dbef

Browse files
committed
Added Protocol Buffer Text Format + XML extensions
1 parent 027dfad commit 801dbef

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

programming-languages/src/programming_languages/languages.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@
578578
"Promela": { "type": "programming", "extensions": [".pml"] },
579579
"Propeller Spin": { "type": "programming", "extensions": [".spin"] },
580580
"Protocol Buffer": { "type": "data", "extensions": [".proto"] },
581-
"Protocol Buffer Text Format": { "type": "data", "extensions": [".textproto",".pbt",".pbtxt"] },
581+
"Protocol Buffer Text Format": { "type": "data", "extensions": [".textproto",".pbt",".pbtxt",".txtpb"] },
582582
"Public Key": { "type": "data", "extensions": [".asc",".pub"] },
583583
"Pug": { "type": "markup", "extensions": [".jade",".pug"] },
584584
"Puppet": { "type": "programming", "extensions": [".pp"] },
@@ -821,13 +821,13 @@
821821
".xml", ".adml", ".admx", ".ant", ".axaml", ".axml", ".builds", ".ccproj", ".ccxml", ".clixml", ".cproject",
822822
".cscfg", ".csdef", ".csl", ".csproj", ".ct", ".depproj", ".dita", ".ditamap", ".ditaval", ".dll.config",
823823
".dotsettings", ".filters", ".fsproj", ".fxml", ".glade", ".gml", ".gmx", ".gpx", ".grxml", ".gst", ".hzp",
824-
".iml", ".ivy", ".jelly", ".jsproj", ".kml", ".launch", ".mdpolicy", ".mjml", ".mm", ".mod", ".mojo", ".mxml",
825-
".natvis", ".ncl", ".ndproj", ".nproj", ".nuspec", ".odd", ".osm", ".pkgproj", ".pluginspec", ".proj", ".props",
826-
".ps1xml", ".psc1", ".pt", ".pubxml", ".qhelp", ".rdf", ".res", ".resx", ".rs", ".rss", ".sch", ".scxml",
827-
".sfproj", ".shproj", ".slnx", ".srdf", ".storyboard", ".sublime-snippet", ".sw", ".targets", ".tml", ".ts",
828-
".tsx", ".typ", ".ui", ".urdf", ".ux", ".vbproj", ".vcxproj", ".vsixmanifest", ".vssettings", ".vstemplate",
829-
".vxml", ".wixproj", ".workflow", ".wsdl", ".wsf", ".wxi", ".wxl", ".wxs", ".x3d", ".xacro", ".xaml", ".xib",
830-
".xlf", ".xliff", ".xmi", ".xml.dist", ".xmp", ".xproj", ".xsd", ".xspec", ".xul", ".zcml"
824+
".icls", ".iml", ".ivy", ".jelly", ".jsproj", ".kml", ".launch", ".mdpolicy", ".mjml", ".mm", ".mod", ".mojo",
825+
".mxml", ".natvis", ".ncl", ".ndproj", ".nproj", ".nuspec", ".odd", ".osm", ".pkgproj", ".pluginspec", ".proj",
826+
".props", ".ps1xml", ".psc1", ".pt", ".pubxml", ".qhelp", ".rdf", ".res", ".resx", ".rs", ".rss", ".sch",
827+
".scxml", ".sfproj", ".shproj", ".slnx", ".srdf", ".storyboard", ".sublime-snippet", ".sw", ".targets", ".tml",
828+
".ts", ".tsx", ".typ", ".ui", ".urdf", ".ux", ".vbproj", ".vcxproj", ".vsixmanifest", ".vssettings",
829+
".vstemplate", ".vxml", ".wixproj", ".workflow", ".wsdl", ".wsf", ".wxi", ".wxl", ".wxs", ".x3d", ".xacro",
830+
".xaml", ".xib", ".xlf", ".xliff", ".xmi", ".xml.dist", ".xmp", ".xproj", ".xsd", ".xspec", ".xul", ".zcml"
831831
]
832832
},
833833
"XML Property List": {

0 commit comments

Comments
 (0)