Orfeo and Timeline syntax highlighters for Atom.
Provides syntax highlighting for files ending in .orfeo and .timeline
With apm
:
apm install language-orfeo-timeline
With Atom's GUI:
Atom
-> Settings
-> Install
language-orfeo-timeline
Install
button.The following files show how to target syntax highlighting colors using Less.
styles/orfeo.less
styles/timeline.less
To use custom colors, you can directly uncomment and change the colors in these files, or create your own style package and upload it to APM (Atom's Package Manager) to share it with others.
The following files serve as syntax highlighting tests.
test/test.orfeo
test/test.timeline
Open them in Atom to see if their syntax is highlighted correctly.
Copyright (c) 2019-2020, Pierre-Emmanuel Lévesque
MIT
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.