An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Pseudolang

![sample](https://raw.githubusercontent.com/KennFatt/pseudolang/master/assets/sample.png)

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)