13 | | You can open the app preferences panel, select language globs from the left, and use the + button to add a *.cobra glob with the text language (or something close to Cobra syntax to get some highlighting, such as Python). You can also add a custom language if you're comfortable with regexen by pressing the Open Languages button there. |
| 13 | You can open the app preferences panel, select language globs from the left, and use the + button to add a *.cobra glob with the text language (or something close to Cobra syntax to get some highlighting, such as Python). |
| 14 | |
| 15 | You can also add a custom language if you're comfortable with regexen by pressing the Open Languages button there. Let's say you copy Python.xml from "standard" to "user", renaming it to "Cobra.xml". The full path will then be: |
| 16 | {{{ |
| 17 | ~/Library/Application\ Support/Continuum/languages/user/Cobra.xml |
| 18 | }}} |