Skip to content

Commit

Permalink
Merge branch 'master' of github.com:barrettotte/vscode-ibmi-languages
Browse files Browse the repository at this point in the history
  • Loading branch information
barrettotte committed Feb 19, 2023
2 parents f7b3fab + 0c58801 commit 7978d28
Show file tree
Hide file tree
Showing 4 changed files with 310 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ By all means, I probably got a couple things wrong; submit a pull request or iss
- Syntax highlighting for RPG III and RPG/400 - H,F,E,L,I,C,O specs
- Syntax highlighting for Control Language (CL)
- Syntax highlighting for Command Definition (CMD)
- Syntax highlighting for Online Help Panel Group (PNLGRP)
- Syntax highlighting for UIM Panel Group (PNLGRP)
- Syntax highlighting for DDS files - physical, logical, display, printer, and ICF
- Syntax highlighting for some Machine Interface (MI) - **see below**
- Syntax highlighting for RPGLE fixed - H,F,D,I,C,O,P specs
Expand All @@ -41,7 +41,7 @@ For each source type, I lumped legacy(system/38) source types together with the
| ----------------------------- | ------------------ |
| .cl, .clp, .clp38 .clle | Control Language (CL) |
| .cmd | Command Definition (CMD) |
| .pnlgrp | Online Help Panel Group (PNLGRP) |
| .pnlgrp | UIM Panel Group (PNLGRP) |
| .dspf, .dspf38 | DDS Display file |
| .icff | DDS ICF file |
| .lf, .lf38 | DDS Logical file |
Expand Down Expand Up @@ -80,7 +80,7 @@ See **screenshots/** for more examples of syntax highlighting.

![CL](https://raw.githubusercontent.com/barrettotte/vscode-ibmi-languages/master/screenshots/cmd.png)

### Online Help Panel Group (PNLGRP)
### UIM Panel Group (PNLGRP)

![CL](https://raw.githubusercontent.com/barrettotte/vscode-ibmi-languages/master/screenshots/pnlgrp.png)

Expand Down
2 changes: 1 addition & 1 deletion configurations/pnlgrp.language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
["'", "'"]
],
"comments": {
"blockComment": ["/*", "*/"]
"lineComment": ".*"
}
}
Loading

0 comments on commit 7978d28

Please sign in to comment.