Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
OpenFOAM dictionary syntax highlighing for Sublime Text
=======
# OpenFOAM dictionary syntax highlighing for Sublime Text

About
=====
# About

This is a work in progress. Contributions are welcome.

The goal is to build a simple syntax highlighting definition for OpenFOAM
dictionary files to make navigation and editing a little easier.

Editing is done to the YAML file and translated using
[SerializedDataConverter](https://github.com/facelessuser/SerializedDataConverter)
[SerializedDataConverter](https://github.com/facelessuser/SerializedDataConverter)

## Installation
1. Download the repository to any place of your computer
2. Zip the downloaded repository folder with name `OpenFOAMDictionary.zip`
3. Rename the suffix of `.zip` to `.sublime-package`
4. Move the `OpenFOAMDictionary.sublime-package` to `<sublime text install path>/Packages`
5. Open any OpenFOAM dictionary file with Sublime Text and set the highlighting with `View` -> `Syntax` -> `OpenFOAMDictionary`