babakness / vscode-pgpsql-modified-from-build

Not intended for public use -- Quick modification to vscode extension from the build version

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To hack doubleflint's language file,

  1. Open that extensions package.json and edit
		"grammars": [
			{
				"language": "pgsql",
				"scopeName": "source.plpgsql.postgres",
				"path": "./extension/babak.tmLanguage"
			}
		],
  1. Get color coding to work. Go into doubleflints extension directory and point to ln -s ~/work/vscode-extensions/vscode-pgpsql-modified-from-build/syntaxes/pgsql.tmLanguage babak.tmLanguage
  2. Refresh vscode

a copy of this repo is under ~/work/vscode-extensions/

local source @ ~/work/2018/mar/vscode-pgpsql-modified-from-build/

About

Not intended for public use -- Quick modification to vscode extension from the build version

License:Other