• Stars
    star
    1
  • Language
  • Created almost 5 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Basic syntax highlighting for Ada and GPR

ada-vscode README

This is the README for your extension "ada-vscode". After writing up a brief description, we recommend including the following sections.

Features

Describe specific features of your extension including screenshots of your extension in action. Image paths are relative to this README file.

For example if there is an image subfolder under your extension project workspace:

![feature X](images/feature-x.png)

Tip: Many popular extensions utilize animations. This is an excellent way to show off your extension! We recommend short, focused animations that are easy to follow.

Basic features

  • Ada syntax highlighting.
    • Highlight keywords
    • Highlight delimeters
    • Highlight string contents separate from the delimiters
    • Highlight character contents separate from the delimiters
    • Highlight based numbers sparate from the delimiters
    • Highlight attributes
  • Code snippets:
    • procedure / function
    • overriding (or not) indicators
    • if ... then ... else ... end
    • case ... when ... end
    • for loops
    • while loops
    • loop ... end
    • return
    • return ... do ... end
    • package specs / bodies
    • declare blocks
    • tasks
    • protected objects
  • Code folding.

Language server features

  • ?

Requirements

If you have any requirements or dependencies, add a section describing those and how to install and configure them.

Extension Settings

Include if your extension adds any VS Code settings through the contributes.configuration extension point.

For example:

This extension contributes the following settings:

  • myExtension.enable: enable/disable this extension
  • myExtension.thing: set to blah to do something

Known Issues

Calling out known issues can help limit users opening duplicate issues against your extension.

Release Notes

Users appreciate release notes as you update your extension.

1.0.0

Initial release of ...

1.0.1

Fixed issue #.

1.1.0

Added features X, Y, and Z.


Working with Markdown

Note: You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:

  • Split the editor (Cmd+\ on macOS or Ctrl+\ on Windows and Linux)
  • Toggle preview (Shift+CMD+V on macOS or Shift+Ctrl+V on Windows and Linux)
  • Press Ctrl+Space (Windows, Linux) or Cmd+Space (macOS) to see a list of Markdown snippets

For more information

Enjoy!

More Repositories

1

tamp

The Ada Microkernel Project
Ada
110
star
2

bare_bones

Ada Bare Bones OS development tutorial source code
Ada
80
star
3

free-ada

Build scripts for FSF GCC and AdaCore tools
Shell
48
star
4

orenda

An experiment in language design and compiler building.
CMake
15
star
5

adavulkan

Ada 2012 binding to Vulkan
Ada
13
star
6

ether

An SCGI library for Ada
Ada
10
star
7

meta-ada

Meta layer for Yocto which adds support for Ada.
Ada
7
star
8

so

Simple Oberon-0 Compiler
Ada
7
star
9

tamp2

The Ada Monolithic kernel Project
Ada
6
star
10

jni

Ada bindings to the Java 11 Native Interface API.
Ada
5
star
11

hs610-info

Information on HUION's HS610 tablet
5
star
12

hack-howto

My Hackintosh instructions, so I don't forget
Shell
4
star
13

raytracer_challenge

Raytracer Challenge in Ada 2012
Ada
3
star
14

test_binding

Testing binding to C++ from Ada 2012
Ada
3
star
15

ada-overlay

Gentoo Ada overlay
Shell
3
star
16

uca

Unicode Components for Ada
Ada
3
star
17

lispy

An implementation of a Lisp from Build your own Lisp written in Ada 2012.
C
2
star
18

aplug

Ada 2012 binding to LADSPA
Ada
2
star
19

xpressada

Ada sample applications for the LPCXpresso boards
Ada
2
star
20

adaspir-v

Ada 2012 implementation of the SPIR-V common data types
Ada
2
star
21

pc_tut

Parser Combinators Tutorial
Ada
1
star
22

password

A simple random password generator
Ada
1
star
23

etc

Configs and crap.
Shell
1
star
24

wxada_orig

Original hand written wxAda sources, see README.
Ada
1
star
25

niestu-nail

Archive of NiEstu Application Infrastructure Library (from 2012)
Ada
1
star
26

mesa-amdgpu

Mesa master and Dave Airlie's semi-interesting branch merged into amdgpu/radv branch
C
1
star
27

samueltardieu-postgres-ada

Archive version of Samuel Tardieu's clean up of postgres-ada, it's no longer on his github account or the net. I don't know how much this differs from the coreland version.
Ada
1
star