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