brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] PASCAL language highlight syntax support #8758

Open core-ai-bot opened 2 years ago

core-ai-bot commented 2 years ago

Issue by MOlszowski Thursday Nov 06, 2014 at 22:45 GMT Originally opened as https://github.com/adobe/brackets/issues/9847


How about PASCAL support?

core-ai-bot commented 2 years ago

Comment by TomMalbran Thursday Nov 06, 2014 at 23:12 GMT


Pascal is already supported in CodeMirror, so you could make a PR to add it to Brackets, by adding it to this file: https://github.com/adobe/brackets/blob/master/src/language/languages.json

core-ai-bot commented 2 years ago

Comment by busykai Thursday Dec 11, 2014 at 12:56 GMT


@peterflynn,@TomMalbran, do you guys think it should be included in Brackets core? CM also has Cobol syntax highlighting, why discriminate? :) I thought it should be an extension which is what I recommended.

I guess starter bug label may be confusing -- it invites to submit a PR to core.

core-ai-bot commented 2 years ago

Comment by redmunds Thursday Dec 11, 2014 at 15:47 GMT


Pascal and Cobol are not web technologies, so I think these should not be in core.

core-ai-bot commented 2 years ago

Comment by TomMalbran Thursday Dec 11, 2014 at 16:43 GMT


I am ok with either option.

An issue with being an extension is that it might not be obvious for first time users that it can be one.

core-ai-bot commented 2 years ago

Comment by busykai Friday Dec 12, 2014 at 16:11 GMT


I do agree with Randy -- Brackets should keep focus on web.

I am going to go ahead and close the PR asking to create an extension for Pascal support. And will remove the starter bug from this issue -- extension idea is sufficient to describe how it should be handled (and this issue is the only instance that has both).