-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
61 lines (37 loc) · 1.93 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
10/30/2023 16:14 Sage I. Hendricks <[email protected]>
Added Example Images to README file.
* images/*: example images
* README.md: added example images and quick descriptions to the
images.
10/30/2023 15:54 Sage I. Hendricks <[email protected]>
PL/M string highlight fixed. match name changed
* syntax/plm.vim: Match name updated, fixed typo in name.
10/30/2023 15:40 Sage I. Hendricks <[email protected]>
Added example program sources: a CP/M's ED.COM editor and a Hello
World program.
* example/hello.plm: Hello World source (for CP/M 80)
* example/ed.plm: CP/M v2.0 Context Editor source code
10/30/2023 15:35 Sage I. Hendricks <[email protected]>
Changed Regex for finding numbers to be more precise, and added
highlighting to labels.
* syntax/plm.vim: Redid the regex for finding numbers (and added
binary number type). Then, added regex for finding labels. Also added
Keywords for MEMORY and TIME, which are built in procedures.
10/30/2023 09:53 Sage I. Hendricks <[email protected]>
Prefixed source code files with licensing information.
* syntax/plm.vim: add licensing agreement as first part of the file
* ftdetect/plm.vim: add licensing agreement as first part of the file
10/30/2023 09:46 Sage I. Hendricks <[email protected]>
Updated formatting issue in main README file.
* README.md: fixed simple formatting issue in the installation
instructions section
10/30/2023 08:51 Sage I. Hendricks <[email protected]>
Added sources from a local code base.
* syntax/plm.vim: main source code file for PL/M highlighting
* ftdetect/plm.vim: vim applier script for plm files
10/30/2023 08:38 Sage I. Hendricks <[email protected]>
Created GitHub repo and added basic README cover page.
* README.md: Added quick and simple readme, w/ description, install
instructions, examples (kinda), and license
* INSTALL: Added install instructions
* .gitignore: added ignores for temporary files (swp and bak)