https://github.com/kennfatt/pseudolang
Pseudo-code highlighting for Visual Studio code.
https://github.com/kennfatt/pseudolang
pseudocode vscode vscode-extension vscode-language
Last synced: 2 months ago
JSON representation
Pseudo-code highlighting for Visual Studio code.
- Host: GitHub
- URL: https://github.com/kennfatt/pseudolang
- Owner: KennFatt
- Created: 2019-10-27T13:23:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-27T15:46:57.000Z (over 6 years ago)
- Last Synced: 2025-01-01T22:11:29.845Z (over 1 year ago)
- Topics: pseudocode, vscode, vscode-extension, vscode-language
- Homepage: https://marketplace.visualstudio.com/items?itemName=kennfatt.pseudolang
- Size: 189 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Pseudolang

Pseudolang is a highlighting guideline to write pseudocode. We know that pseudocode has many variants and no official guide to writing it.
The extension was written by following our module guidelines. Special thanks to all lecturers of **CCIT FT University of Indonesia**.
## Keywords
>Keep in mind there are some of the unimplemented keywords highlights. We hope and appreciate any contribution to make the extension better.
**Code block**
`begin - end`
**Function & Procedure**
```
call
return
```
**Variable declaration**
```
character
numeric
function
procedure
```
**Loop**
```
for
while
repeat - until
```
**Conditional**
```
if - else
switch - case
```
**Et cetera**
```
continue
break
```
## Credits and References
[Visual Studio Code JavaScript - tmLanguage](https://github.com/microsoft/vscode/blob/master/extensions/javascript/syntaxes/JavaScript.tmLanguage.json)
[Freepik - flaticon](https://www.flaticon.com/authors/freepik)