MagicPython icon indicating copy to clipboard operation
MagicPython copied to clipboard

Where is `.tmLanguage`?

Open kkew3 opened this issue 6 years ago • 1 comments
trafficstars

I want to use MagicPython with CodeMap, which requires the location of .tmLanguage file. It by defaults uses the builtin Python tmLanguage file. However, I cannot keep the original Python working while using MagicPython. Where can I find MagicPython.tmLanguage so that I can fill in the path of it in the settings of CodeMap plugin? Thanks!

  • Editor name and version: Sublime Text Build 3176
  • Platform: macOS Majove version 10.14.3
  • Color scheme: Monokai
  • MagicPython version: where can I get it?
  • A sreenshot: not applicable
  • 5-10 lines of surrounding code: not applicable

kkew3 avatar Mar 11 '19 08:03 kkew3

You can try this: "syntax": "Packages/MagicPython/grammars/MagicPython.tmLanguage",

Nriver avatar Nov 08 '19 02:11 Nriver