https://github.com/rsdoiel/gedit-oberon-07
Syntax Highlighting for Oberon-07 language.
https://github.com/rsdoiel/gedit-oberon-07
gedit oberon-07 syntax-highlighting
Last synced: 5 days ago
JSON representation
Syntax Highlighting for Oberon-07 language.
- Host: GitHub
- URL: https://github.com/rsdoiel/gedit-oberon-07
- Owner: rsdoiel
- License: bsd-3-clause
- Created: 2020-08-02T21:45:54.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-07T16:46:23.000Z (about 3 years ago)
- Last Synced: 2025-06-13T08:03:28.514Z (5 days ago)
- Topics: gedit, oberon-07, syntax-highlighting
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Gedit, Oberon-07 Syntax Highlighting
===================================This is a set of files to provide Oberon-07 syntax highlighting in
gedit (v3). It is inspired by work done by Mike Spivey of Oriel College,
Oxford[^1] and based on Gnome/GTK documentation.+ https://developer.gnome.org/gtksourceview/stable/lang-tutorial.html
+ https://developer.gnome.org/gtksourceview/stable/lang-reference.htmlInstallation
------------Which GTK Source view package used in compiling your GEdit
effects the path for where we install our customizations. The
example below assumes `gtksourceview-4`.NOTE: On Raspberry Pi OS (Debian 10, Buster) the GTK Source View
package is version 3. GEdit didn't pickup the installation in
`$HOME/.local/share/gtksourceview-3/language-specs/` so I had
to manually copy it to `/usr/share/gtksourceview-3/language-specs/` to
be available in the editor.~~~
git clone https://github.com/rsdoiel/gedit-Oberon-07
cd gedit-Oberon-07
mkdir -p $HOME/.local/share/gtksourceview-4/language-specs
cp Oberon-07.lang $HOME/.local/share/gtksourceview-4/language-specs/
mkdir -p $HOME/.local/share/mime/packages
cp overrides.xml $HOME/.local/share/mime/packages/~~~
[^1]: See [Spivey's Corner](http://spivey.oriel.ox.ac.uk/corner/Syntax_highlighting_of_Oberon_code_(Imperative_Programming\))