-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Felix Siebeneicker
committed
Mar 8, 2018
1 parent
903190a
commit f7a23b6
Showing
5 changed files
with
33 additions
and
23 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 was deleted.
Oops, something went wrong.
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,29 +1,30 @@ | ||
# vscode-floyd-language-support | ||
> This is an extension for the code editor [**VS Code**](https://code.visualstudio.com/) that adds language support for the programming language [**Floyd**](http://oliver-berse.de/). **Floyd** is used to write classical Text Adventures (in German). | ||
> This is an extension for the code editor [VS Code](https://code.visualstudio.com/) that adds language support for the programming language [Floyd](http://oliver-berse.de/). Floyd is used to write classical Text Adventures (in German). | ||
> You can find out about the current development by visiting the [extension repository on GitHub](https://github.com/PythooonUser/vscode-floyd-language-support/). | ||
## Features | ||
|
||
The Floyd language extension currently only adds basic syntax highlighting. For the future many more features are planned, like more complex syntax highlighting, code intellisense, code completion, help for built-in functions etc. | ||
The **Floyd** language extension currently adds basic syntax highlighting. For the future many more features are planned, like more complex syntax highlighting, code intellisense, code completion, help for built-in functions, a language server etc. | ||
|
||
### Syntax Highlighting | ||
Very basic syntax highlighting is applied to `.floyd` Floyd source code files. It introduces colors for strings, numbers, line and block comments and all available keywords. | ||
Basic syntax highlighting is applied to `.floyd` **Floyd** source code files. It introduces colors for comments, literals, all available keywords, class and function declarations etc. | ||
|
||
> Example from Nebelmond (Oliver Berse, 2002-2003) using the Dark+ color theme: | ||
![Syntax Highlighting Example](https://raw.githubusercontent.com/PythooonUser/vscode-floyd-language-support/master/images/SyntaxHighlightingExample.png) | ||
> ![Syntax Highlighting Example](https://raw.githubusercontent.com/PythooonUser/vscode-floyd-language-support/master/images/SyntaxHighlightingExample_02.png) | ||
## Known Issues | ||
|
||
No known issues. | ||
|
||
*If you find a bug, have a question or have a feature request, please feel free to create an issue. I try to answer your issue as fast as possible. Please note, however, that my support for this extension is limited, because I build it in my free time and therefore development goes slowly.* | ||
|
||
## Release Notes | ||
> For further details please refer to the [CHANGELOG](https://github.com/PythooonUser/vscode-floyd-language-support/blob/master/CHANGELOG.md). | ||
### 0.0.1 (180121) | ||
### 0.0.2 (180308) | ||
Adds improvements for the syntax highlighting of `.floyd` **Floyd** source code files. | ||
|
||
Initial release of the VS Code Floyd Language Support. It adds basic syntax highlighting to `.floyd` Floyd source code files. | ||
### 0.0.1 (180121) | ||
Initial release of the **VS Code** **Floyd** Language Support. It adds basic syntax highlighting to `.floyd` **Floyd** source code files. | ||
|
||
## License | ||
|
||
MIT | ||
|
||
See the [license document](https://github.com/PythooonUser/vscode-floyd-language-support/blob/master/LICENSE) for the full text. | ||
MIT. See the [license document](https://github.com/PythooonUser/vscode-floyd-language-support/blob/master/LICENSE) for the full text. |
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