mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Add support for OpenEdge ABL language
This commit is contained in:
8
test/fixtures/latex.cls
vendored
Normal file
8
test/fixtures/latex.cls
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
% latex.cls
|
||||
%
|
||||
% A barebones LaTeX2e class file
|
||||
|
||||
\def\author{Abe Voelker}
|
||||
\def\fileversion{0.1}
|
||||
\NeedsTeXFormat{LaTeX2e}
|
||||
|
||||
10
test/fixtures/openedge.cls
vendored
Normal file
10
test/fixtures/openedge.cls
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
USING Progress.Lang.*.
|
||||
|
||||
CLASS HelloWorld:
|
||||
|
||||
CONSTRUCTOR PUBLIC HelloWorld():
|
||||
SUPER().
|
||||
MESSAGE "Hello, world!".
|
||||
END CONSTRUCTOR.
|
||||
|
||||
END CLASS.
|
||||
1
test/fixtures/openedge.p
vendored
Normal file
1
test/fixtures/openedge.p
vendored
Normal file
@@ -0,0 +1 @@
|
||||
MESSAGE "Hello, world!".
|
||||
Reference in New Issue
Block a user