VSCode Extension for OpenGOAL
Go to file
dependabot[bot] 9a1125cac0
build(deps-dev): bump the extension-dependencies group across 1 directory with 7 updates (#353)
* build(deps-dev): bump the extension-dependencies group across 1 directory with 7 updates

Bumps the extension-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.30` | `20.12.7` |
| [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) | `1.87.0` | `1.88.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.4.0` | `7.7.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.4.0` | `7.7.1` |
| [@vscode/vsce](https://github.com/Microsoft/vsce) | `2.24.0` | `2.26.0` |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.1.1` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.3` | `5.4.5` |



Updates `@types/node` from 20.11.30 to 20.12.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/vscode` from 1.87.0 to 1.88.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/vscode)

Updates `@typescript-eslint/eslint-plugin` from 7.4.0 to 7.7.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.7.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.4.0 to 7.7.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.7.1/packages/parser)

Updates `@vscode/vsce` from 2.24.0 to 2.26.0
- [Release notes](https://github.com/Microsoft/vsce/releases)
- [Commits](https://github.com/Microsoft/vsce/compare/v2.24.0...v2.26.0)

Updates `eslint` from 8.57.0 to 9.1.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v9.1.1)

Updates `typescript` from 5.4.3 to 5.4.5
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.3...v5.4.5)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: extension-dependencies
- dependency-name: "@types/vscode"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: extension-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: extension-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: extension-dependencies
- dependency-name: "@vscode/vsce"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: extension-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: extension-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: extension-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* deps: temporarily disable linting

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyler Wilding <xtvaser@gmail.com>
2024-05-05 22:51:53 -04:00
.github build(deps-dev): bump the extension-dependencies group across 1 directory with 7 updates (#353) 2024-05-05 22:51:53 -04:00
.vscode build(deps): bump the extension-dependencies group with 14 updates (#326) 2024-01-21 01:05:11 -05:00
.yarn/patches og: Preliminary nREPL support, auto ml file on save (#274) 2023-06-08 23:42:19 -04:00
docs build(deps): bump the extension-dependencies group with 14 updates (#326) 2024-01-21 01:05:11 -05:00
icons syntax: add language specific icons 2022-03-16 20:42:22 -04:00
img opengoal-ir: fix filename association 2022-03-16 23:31:45 -04:00
lib Add feature to jump to man page given current editor positions mnemonic (#26) 2022-07-29 00:01:53 -04:00
patches build(deps): bump the extension-dependencies group with 14 updates (#326) 2024-01-21 01:05:11 -05:00
samples languages: implement custom folder for IR2 files (#37) 2022-07-31 23:53:36 -04:00
snippets lsp: Add initial LSP support (#16) 2022-07-24 22:53:37 -04:00
src decomp: add toggle for automatic dgo overrides during auto decomp (#349) 2024-05-05 22:13:40 -04:00
syntaxes ir2: highlight mips2c blocks as cpp (#159) 2022-12-09 19:36:03 -05:00
.gitattributes Add feature to jump to man page given current editor positions mnemonic (#26) 2022-07-29 00:01:53 -04:00
.gitignore release: bundle the extension, hopefully this ensures deps are included (#297) 2023-07-17 21:22:38 -04:00
.prettierignore og: Preliminary nREPL support, auto ml file on save (#274) 2023-06-08 23:42:19 -04:00
.prettierrc.json build(deps): bump the extension-dependencies group with 6 updates (#330) 2024-01-24 00:10:59 -05:00
.vscodeignore release: bundle the extension, hopefully this ensures deps are included (#297) 2023-07-17 21:22:38 -04:00
decs.d.ts goal: Basic parinfer integration (#173) 2022-12-17 14:54:05 -05:00
LICENSE syntax: modified clojure grammar to work decently for OpenGOAL 2022-03-16 22:49:41 -04:00
package.json build(deps-dev): bump the extension-dependencies group across 1 directory with 7 updates (#353) 2024-05-05 22:51:53 -04:00
README.md syntax: modified clojure grammar to work decently for OpenGOAL 2022-03-16 22:49:41 -04:00
tsconfig.json build(deps-dev): bump the extension-dependencies group with 7 updates (#340) 2024-02-19 20:54:34 -05:00
yarn.lock build(deps-dev): bump the extension-dependencies group across 1 directory with 7 updates (#353) 2024-05-05 22:51:53 -04:00

OpenGOAL for VSCode

Provides syntax highlighting, snippets, and more for the OpenGOAL language and it's related languages as well - https://open-goal.github.io

Therefore, this repo also contains TextMate grammars for the languages that you should be able to use for any other editor if you so choose.

Features

  • Syntax Highlighting for .gc (OpenGOAL) files
  • Syntax Highlighting for *_ir2.asm (OpenGOAL IR) files
    • Supports embedded highlighting for OpenGOAL blocks
  • File Icons distinct for each sub-language

Example Screenshots

OpenGOAL Syntax Highlighting:

OpenGOAL IR Syntax Highlighting: