Skip to content

Commit 5643225

Browse files
DGovenderDarien Govender
andauthored
feat: Add OpenEdge ABL language support (#670)
Co-authored-by: Darien Govender <darieng@mip.co.za>
1 parent 5e9c931 commit 5643225

File tree

3 files changed

+6044
-0
lines changed

3 files changed

+6044
-0
lines changed

src/renderer/components/editor/grammars/languages.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,12 @@ export const languages: LanguageOption[] = [
586586
grammar: () => import('./textmate/ocaml.tmLanguage.json'),
587587
scopeName: 'source.ocaml',
588588
},
589+
{
590+
name: 'OpenEdge ABL',
591+
value: 'oeabl',
592+
grammar: () => import('./textmate/oeabl.tmLanguage.json'),
593+
scopeName: 'source.oeabl',
594+
},
589595
{
590596
name: 'OpenGL',
591597
value: 'glsl',

0 commit comments

Comments
 (0)