From b59d80b00c55cda2beea061a863ea0e183892c51 Mon Sep 17 00:00:00 2001 From: Mike Purvis Date: Sat, 23 Nov 2013 15:35:42 -0500 Subject: [PATCH] Add five new extensions to XML, YAML in support of ROS usage. These extensions are in common use in packages part of ROS, the Robot Operating System. [urdf](http://wiki.ros.org/urdf), [srdf](http://wiki.ros.org/srdf): These are Robot Description Files, XML documents which describe the physical realities of a robotics platform, for the purposes of consumption by common libraries. [xacro](http://wiki.ros.org/xacro) is for input files to the XML macro processor xacro, which is used in ROS to output URDF and SRDF files. [launch](http://wiki.ros.org/roslaunch/XML): Documents which describe sets of ROS nodes to launch together. [rviz](https://github.com/ros-visualization/rviz/blob/hydro-devel/default.rviz): YAML configuration files belonging to the [rviz](http://wiki.ros.org/rviz#Overview) utility. Each one has been in use for several years in various ROS-related applications; lots of examples should be apparent in orgs like ros, ros-drivers, ros-visualization, pr2, turtlebot, husky, etc. Thanks for your consideration! --- lib/linguist/languages.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index daef0e24..f35c057b 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -1611,6 +1611,7 @@ XML: - .grxml - .jelly - .kml + - .launch - .mxml - .plist - .pluginspec @@ -1620,6 +1621,7 @@ XML: - .rdf - .rss - .scxml + - .srdf - .svg - .tmCommand - .tmLanguage @@ -1628,12 +1630,14 @@ XML: - .tmTheme - .tml - .ui + - .urdf - .vxml - .wsdl - .wxi - .wxl - .wxs - .x3d + - .xacro - .xaml - .xlf - .xliff @@ -1686,6 +1690,7 @@ YAML: primary_extension: .yml extensions: - .reek + - .rviz - .yaml eC: