Syntax highlighting doesn't work in Juno

As the title says syntax highlighting doesn’t work for me in Juno (with .jl files). I tried to uninstall-install ink and julia-client but that didn’t solve it. I also removed every community package, and installed uber-juno, that didn’t worked either.
OS: Windows 10
Versions:

C:\Users\Ipse>atom -v

Atom    : 1.39.1
Electron: 3.1.10
Chrome  : 66.0.3359.181
Node    : 10.2.0
# Atom:
Version: 1.39.1
Dev Mode: false
Official Release: true
{
  "http_parser": "2.8.0",
  "node": "10.2.0",
  "v8": "6.6.346.32",
  "uv": "1.20.3",
  "zlib": "1.2.11",
  "ares": "1.14.0",
  "modules": "64",
  "nghttp2": "1.29.0",
  "napi": "3",
  "openssl": "1.1.0h",
  "electron": "3.1.10",
  "chrome": "66.0.3359.181"
}
# julia-client:
Version: 0.9.4
Config:
{
  "consoleOptions": {
    "cursorStyle": "bar"
  },
  "firstBoot": false,
  "juliaPath": "C:\\Users\\Ipse\\AppData\\Local\\Julia-1.1.0\\bin\\julia.exe",
  "uiOptions": {
    "enableMenu": true,
    "enableToolBar": true,
    "usePlotPane": false
  }
}


# ink:
Version: 0.10.12
Config:
undefined


# uber-juno:not installed


# language-julia:not installed


# language-weave:not installed


# indent-detective:not installed


Julia Version 1.1.0
Commit 80516ca202 (2019-01-21 21:24 UTC)
Platform Info:
  OS: Windows (x86_64-w64-mingw32)
  CPU: Intel(R) Core(TM) i3-3227U CPU @ 1.90GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.1 (ORCJIT, ivybridge)
Environment:
  JULIA_EDITOR = "C:\Users\Ipse\AppData\Local\atom\app-1.39.1\atom.exe"  -a
  JULIA_NUM_THREADS = 2

    Status `C:\Users\Ipse\.julia\environments\v1.1\Project.toml`
  [537997a7] AbstractPlotting v0.9.8 #master (https://github.com/JuliaPlots/AbstractPlotting.jl.git)
  [c52e3926] Atom v0.9.1
  [6e4b80f9] BenchmarkTools v0.4.2
  [336ed68f] CSV v0.5.11
  [5ae59095] Colors v0.9.6
  [31a5f54b] Debugger v0.5.0
  [0c46a032] DifferentialEquations v6.6.0
  [67fdca37] Displaz v1.0.0
  [e30172f5] Documenter v0.22.6
  [add2ef01] GDAL v0.2.0
  [f7f18e0c] GLFW v3.1.0
  [e9467ef8] GLMakie v0.0.7 #master (https://github.com/JuliaPlots/GLMakie.jl.git)
  [4d00f742] GeometryTypes v0.7.5
  [7073ff75] IJulia v1.19.0
  [6218d12a] ImageMagick v0.7.5
  [916415d5] Images v0.18.0 ⚲
  [4ca9428c] JuDoc v0.2.0 [`C:\Users\Ipse\.julia\dev\JuDoc`]
  [6793090a] JuDocTemplates v0.2.2
  [e5e0dc1b] Juno v0.7.2
  [98b081ad] Literate v2.0.3
  [16fef848] LiveServer v0.3.1
  [ee78f7c6] Makie v0.9.4 #master (https://github.com/JuliaPlots/Makie.jl.git)
  [dbd62bd0] MakieGallery v0.0.9
  [66fc600b] ModernGL v1.0.0
  [510215fc] Observables v0.2.3
  [1dea7af3] OrdinaryDiffEq v5.14.0
  [9b87118b] PackageCompiler v0.6.4
  [91a5bcdd] Plots v0.26.2
  [08abe8d2] PrettyTables v0.5.1
  [c46f51b8] ProfileView v0.4.1
  [d330b81b] PyPlot v2.8.1
  [d6bc97e0] RANSAC v0.1.0 [`C:\Users\Ipse\.julia\dev\RANSAC`]
  [df47a6cb] RData v0.6.2
  [ce6b1742] RDatasets v0.6.3
  [dee08c22] RegionTrees v0.3.0
  [295af30f] Revise v2.1.6
  [6038ab10] Rotations v0.11.1
  [90137ffa] StaticArrays v0.11.0
  [65254759] StatsMakie v0.0.6
  [bd369af6] Tables v0.2.11
  [37b6cedf] Traceur v0.3.0
  [8603256b] ZChop v0.3.3


From the log above, I realised that language-julia is not installed, and installed it, which solved my problem.

But I’d like to ask that it should not be installed automatically?

uber-juno does/should install that package automatically, but arguably we should perform some kind of integrity check on startup.

1 Like