No description
  • TypeScript 100%
Find a file
2022-11-18 11:09:08 -08:00
.github/workflows Create ext.yml 2022-11-08 08:01:00 -08:00
.vscode stuff 2022-11-08 07:52:52 -08:00
.yarn stuff 2022-11-08 07:52:52 -08:00
src syntax highlighting on the server! 2022-11-09 20:02:41 -08:00
syntaxes syntax colors single line comments works sorta 2022-11-09 16:59:32 -08:00
.gitattributes pain 2022-10-30 13:58:43 -07:00
.gitignore Merge branch 'main' of https://github.com/insberr/scs-syntax-highlighting 2022-11-07 10:33:21 -08:00
.gitpod.yml thanks gitpod 2022-11-07 20:02:05 +00:00
.swcrc ok 2022-11-07 10:27:21 -08:00
.vscodeignore ok 2022-11-07 10:27:21 -08:00
.yarnrc.yml stuff 2022-11-08 07:52:52 -08:00
CHANGELOG.md pain 2022-10-30 13:58:43 -07:00
icon.png v 0.0.8 2022-11-10 09:39:22 -08:00
icon.svg add icon + update scs 2022-11-10 08:29:18 -08:00
language-configuration.json pain 2022-10-30 13:58:43 -07:00
LICENSE gamer 2022-11-07 11:37:34 -08:00
package.json updated scs 2022-11-18 11:09:08 -08:00
README.md updating package on vscode marketplace 2022-11-08 11:34:17 -08:00
scs-syntax-highlighting-0.0.9.vsix 0.0.9 2022-11-16 17:06:21 -08:00
test.scs stuff 2022-11-07 18:44:01 -08:00
tsconfig.json now is code server 2022-11-07 10:14:41 -08:00
yarn.lock updated scs 2022-11-18 11:09:08 -08:00

Schedule Script (scs) Language Features

Schedule Script was built for Schedule Personalizer

The file extension is .scs

Its for Schedule Personalizer config files, dont worry about it. Language features for Schedule Personalizer config files. Its doesnt do much other than that at the moment.

Features

  • Syntax highlighting
  • Error detection

Requirements

It requires that you are using Schedule Personalizer or the Schedule Script language.

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

  • Syntax highlighting is not perfect, but it works. Its good enough to make writing it bareable at the moment.
  • Error detection is a working progress.
  • Everything is a working progress.

Release Notes

  • Initial Commit, nothing special.

1.0.0

Initial release of schedule script syntax highlighting


Working with SCS

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, macOS) to see a list of Markdown snippets.

For more information

Add Information Here

Enjoy!