Skip to content

Commit 182dd72

Browse files
committed
Reorganize directory support for syntax highlighting
1 parent 74d4df5 commit 182dd72

File tree

14 files changed

+6
-68
lines changed

14 files changed

+6
-68
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ It is organized in directories named after the languages that are used for
88
the compiler writing project of the course.
99

1010
Each of these directories contains:
11-
- Sample valid programs of the language (sub-directory `programs`).
12-
- Expected results of running the valid programs on various inputs (TBA).
13-
- Generator of random syntactically correct programs (sub-directory `syntax_gen`).
11+
- Sample valid programs together with some input and corresponding result (sub-directory `programs`).
1412
- Sample erroneous programs of the language (sub-directory `programs-erroneous`).
13+
14+
Optionally, it may also contain:
15+
- Generator of random syntactically correct programs (sub-directory `syntax_gen`).
16+
- Support for syntax highlighting when using Vim/NeoVim (sub-directory `vim`).
17+
- Support for syntax highlighting when using VS Code (sub-directory `vscode`).
File renamed without changes.
File renamed without changes.

grace/grace_vscode_syntax_highlighting/README.md

Lines changed: 0 additions & 65 deletions
This file was deleted.

grace/grace_vscode_syntax_highlighting/.vscode/launch.json renamed to grace/vscode/.vscode/launch.json

File renamed without changes.

grace/grace_vscode_syntax_highlighting/.vscodeignore renamed to grace/vscode/.vscodeignore

File renamed without changes.

grace/grace_vscode_syntax_highlighting/CHANGELOG.md renamed to grace/vscode/CHANGELOG.md

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)