netarchitech / language-thinkscript

A syntax highlighter for thinkscript using Atom
MIT License
4 stars 3 forks source link

Failed to load a language-thinkscript package grammar #4

Open kusayuzayushko opened 4 years ago

kusayuzayushko commented 4 years ago

[Enter steps to reproduce:]

  1. ... install via git clone into ~/.atom/packages
  2. ... run `apm install
  3. ... restart Atom

Atom: 1.41.0 x64 Electron: 4.2.12 OS: "Arch Linux" Thrown From: language-thinkscript package 0.0.0

Stack Trace

Failed to load a language-thinkscript package grammar

At /home/kusayu/.atom/packages/language-thinkscript/grammars/thinkscript.cson: unmatched OUTDENT in /home/kusayu/.atom/packages/language-thinkscript/grammars/thinkscript.cson

[stdin]:9:6: error: unmatched OUTDENT
    {
     ^
  at /packages/language-thinkscript/grammars/thinkscript.cson:1:1

Commands

Non-Core Packages

language-thinkscript 0.0.0 
script 3.18.1 
challinan commented 3 years ago

The solution to this issue can be found here: https://discuss.atom.io/t/error-unmatched-outdent/32441/6