Merge pull request #163 from sw23/main

Adding syntax highlighting support for .pla files (Programmable Logic Array)
This commit is contained in:
Alexandru Dima 2021-10-11 08:11:33 +02:00 committed by GitHub
commit 0b103fa28c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 768 additions and 0 deletions

View file

@ -46,6 +46,7 @@ import './pascaligo/pascaligo.contribution';
import './perl/perl.contribution';
import './pgsql/pgsql.contribution';
import './php/php.contribution';
import './pla/pla.contributions';
import './postiats/postiats.contribution';
import './powerquery/powerquery.contribution';
import './powershell/powershell.contribution';