Skip to content

Instantly share code, notes, and snippets.

@rethink-imcmahon
Last active September 28, 2015 08:13
Show Gist options
  • Save rethink-imcmahon/7c44f6178f0518c58bd2 to your computer and use it in GitHub Desktop.
Save rethink-imcmahon/7c44f6178f0518c58bd2 to your computer and use it in GitHub Desktop.
ROS file type extensions - ATOM editor extension "file-types" mapping in config.cson (https://atom.io/packages/file-types)
"file-types": {
'.launch': 'text.xml'
'.world': 'text.xml'
'.xacro': 'text.xml'
'.urdf': 'text.xml'
'.msg': 'source.yaml'
'.srv': 'source.yaml'
'CMakeLists.txt': 'source.cmake'
'.rosinstall': 'source.yaml'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment