Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tschf/gedit-sql
https://github.com/tschf/gedit-sql
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tschf/gedit-sql
- Owner: tschf
- Created: 2012-06-14T06:01:35.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-14T06:36:51.000Z (over 12 years ago)
- Last Synced: 2023-03-24T06:33:48.517Z (almost 2 years ago)
- Size: 186 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Extend the existing sql.lang file to support more Oracle keywords
==Installation Instructions ==
Assumption:
* Applied system wide (and have admin priviliges)
* Running a debian based system (have not tested on others)
* Updating GtkSourceView 3.0+ (for 2.0+ simply replace 3.0 with 2.0 where necessary)
* Working in the directory where the files are located===Update Mime Type===
Copy the file sql.xml into either /usr/share/mime/packages (or ~/.local/share/mime/packages.)
sudo cp sql.xml /usr/share/mime/packages/
Then update the mime type database, pointing to the mime folder you copied it to:
sudo update-mime-database /usr/share/mime/
===Update the lang file===
Make a backup of the original
sudo cp /usr/share/gtksourceview-3.0/language-specs/sql.lang /usr/share/gtksourceview-3.0/language-specs/sql.lang.backup1
Then plug-in the new file:
sudo cp sql.lang /usr/share/gtksourceview-3.0/language-specs/