-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from u2berggeist/function_experiment
Function Highlighting + Various random improvements
- Loading branch information
Showing
12 changed files
with
1,097 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
vsc-extension-quickstart.md | ||
vsc-extension-quickstart.md | ||
test_files | ||
*.vsix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
# ANSYS CFX Command Language (CCL): | ||
### Language support for ANSYS CFX state languages, CCL and CEL. | ||
|
||
This is a extension meant to help with syntax highlighting and code folding for script languages involving ANSYS CFX workflows. CFX is a Computational Fluid Dynamics (CFD) software package within the Computer Aided Engineering (CAE) package ANSYS. This extensions is specifically designed to be used with .ccl and .cst files which are the pre- and post-processing scripts within the program. | ||
|
||
![Visual Studio Marketplace](https://vsmarketplacebadge.apphb.com/version/u2berggeist.cfxlanguage.svg | ||
) | ||
|
||
## Features | ||
|
||
- Syntax highlighting | ||
- Includes specific highlighting for CCL built-in functions and constants | ||
- Includes specific highlighting for CCL and CEL native functions and constants | ||
- Code folding | ||
- Supported file extensions: `.ccl` and `.cst` | ||
|
||
![screenshot](images/ImpellerStateFile_Screencap.PNG) | ||
|
||
## Please report bugs or feature requests on [GitHub](https://www.github.com/u2berggeist/ANSYS_CFX). | ||
|
||
## Release Notes | ||
## Want to Contribute? Go [here](https://github.com/u2berggeist/ANSYS_CFX/blob/master/CONTRIBUTE%20INFO.md) to find some helpful resources! | ||
|
||
### 1.0.2 | ||
Minor Spelling, `=` now added as an math operator, now officially on the Extension Marketplace | ||
|
||
### 1.0.1 | ||
CHANGELOG added, minor spelling | ||
|
||
### 1.0.0 | ||
Initial release, basic syntax highlighting | ||
|
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.