Skip to content

Commit

Permalink
Merge pull request #1540 from Lomholy/main
Browse files Browse the repository at this point in the history
Added extension for vs code syntax highlighting
  • Loading branch information
willend authored Jan 3, 2024
2 parents 861ceec + a5f6e5b commit 527c819
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions support/common/editors/README
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ provided emacs file should be entered in your .emacs file, setting font-lock-mod
default and using the standard c-mode for McCode .instr files.
Note: Works also on Win32, copy the .emacs file to c:\ :-)

VISUAL STUDIO CODE:
Instructions for installing the syntax highlighter for visual studio code can be found on https://code.visualstudio.com/docs/editor/extension-marketplace under "Install from a VSIX".
The vsix file in this folder is the one that should be installed as an extension.
The syntax highlighter uses syntax highlighting from C and like the other syntax highlighters, adds more keywords to the code that is McStas specific.
Binary file added support/common/editors/mccode-0.0.1.vsix
Binary file not shown.

0 comments on commit 527c819

Please sign in to comment.