Giter Club home page Giter Club logo

algo-vsc's Introduction

ALGO Extension

The ALGO extension provides syntax highlighting for ALGO files in Visual Studio Code. This extension supports only french and is opinionated for specific personal use cases.

Features

  • Syntax highlighting for ALGO keywords.
  • Comment highlighting for both single-line and block comments.

Installation

  1. Launch Visual Studio Code.
  2. Open the Extensions view by clicking on the square icon in the left sidebar or by pressing Ctrl+Shift+X.
  3. Search for "ALGO" in the Extensions view search box.
  4. Click on the "Install" button for the ALGO extension by OpenAI.
  5. After installation, the extension will be activated automatically.

Usage

Once the ALGO extension is installed, it will automatically apply syntax highlighting to any .algo files you open in Visual Studio Code. The keywords, comments, and other language elements will be highlighted according to the ALGO language specification.

Supported Keywords

The ALGO extension provides syntax highlighting for the following ALGO keywords:

  • ALGO, DÉBUT, FIN, VARIABLES, CONSTANTES, LIRE, ÉCRIRE, SI, SINON, ALORS, FINSI, TANTQUE, FINTANTQUE, RÉPETER, JUSQU'À, POUR, ALLANT, DE, À, FAIRE, FINPOUR, ENREGISTREMENT, FINENREGISTREMENT, RETOURNER, CAS, OU, ET.

Please note that the matching of keywords is case-insensitive, allowing for flexibility in your code.

Comments

The ALGO extension supports highlighting both single-line and block comments.

  • Single-line comments: Use the // notation to add comments to your code. Any text following // on the same line will be considered a comment and highlighted accordingly.
  • Block comments: Enclose your comments between /* and */ to create block comments. All text between these delimiters will be treated as a comment and highlighted accordingly.

Release Notes

Version X.Y.Z

  • Initial release of the ALGO extension.
  • Added syntax highlighting for ALGO keywords.
  • Added comment highlighting for both single-line and block comments.

Feedback and Contributions

If you have any feedback, suggestions, or issues with the ALGO extension, please don't hesitate to submit an issue in the GitHub repository.

If you would like to contribute to the development of this extension, you're welcome to submit pull requests with your proposed changes.

algo-vsc's People

Contributors

grimille avatar loicdelplace avatar

Watchers

 avatar

Forkers

loicdelplace

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.