Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion support/common/editors/mccode.vim
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

" McStas/McXtrace instruments are mostly c syntax so start with that
:runtime! syntax/c.vim

:setlocal commentstring=//\ %s
"keywords for mcstas statements
:syntax keyword instrStatement DECLARE DEPENDENCY DEFINE END FINALLY INITIALIZE MCDISPLAY SAVE SHARE USERVARS
:syntax keyword instrStatement TRACE DEFINITION PARAMETERS POLARISATION SETTING STATE
Expand Down