extrasyn: Add highlighters for JSON, Verilog, VHDL. Kindly provided by MRisco, issue #18248. Shorten menu in demo program.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8075 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2021-08-18 21:27:43 +00:00
parent 89d246386d
commit f0bada71d3
23 changed files with 3215 additions and 462 deletions

View File

@ -1,7 +1,7 @@
object Form1: TForm1
Left = 366
Left = 641
Height = 449
Top = 155
Top = 230
Width = 742
Caption = 'Form1'
ClientHeight = 429
@ -9,7 +9,7 @@ object Form1: TForm1
Menu = MainMenu1
OnCreate = FormCreate
OnDestroy = FormDestroy
LCLVersion = '1.9.0.0'
LCLVersion = '2.3.0.0'
inline SynEdit1: TSynEdit
Left = 0
Height = 429
@ -19,7 +19,7 @@ object Form1: TForm1
Font.Height = -13
Font.Name = 'Courier New'
Font.Pitch = fpFixed
Font.Quality = fqNonAntialiased
Font.Quality = fqCleartype
ParentColor = False
ParentFont = False
TabOrder = 0
@ -649,8 +649,8 @@ object Form1: TForm1
end
end
object MainMenu1: TMainMenu
left = 152
top = 40
Left = 152
Top = 40
object MenuItem1: TMenuItem
Caption = 'Highlighter'
end