Skip to content

A plugin to extend code and markup language support in Adobe Brackets using the native CodeMirror.

License

Notifications You must be signed in to change notification settings

ErickShepherd/more-languages-for-adobe-brackets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

More Languages for Adobe Brackets

More Languages for Adobe Brackets is a plugin to extend code and markup language support in Adobe Brackets using the native CodeMirror language modes.

This plugin currently supports syntax highlighting and comment hotkeys for the following languages:

  1. Brainfuck
  2. COBOL
  3. Common Lisp
  4. Cython
  5. D
  6. Django
  7. Fortran
  8. HTTP
  9. IDL
  10. Julia
  11. LaTeX
  12. LiveScript
  13. Mathematica
  14. Pascal
  15. PowerShell
  16. R
  17. reStructuredText (RST/reST)
  18. sTeX
  19. Swift

The examples folder contains example syntax for each supported language sourced from CodeMirror.

Copyright and License

More Languages for Adobe Brackets is Copyright © 2018-2020 of Erick Edward Shepherd - All rights reserved.

More Languages for Adobe Brackets is licensed under the GNU Affero General Public License v3.0 (AGPLv3):

More Languages for Adobe Brackets is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

More Languages for Adobe Brackets is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with More Languages for Adobe Brackets. If not, see <https://www.gnu.org/licenses/>.

See the LICENSE.txt file for full details.