diff options
author | JobinsJC <jobinsjjc1492@protonmail.com> | 2021-11-23 12:48:23 +0900 |
---|---|---|
committer | JobinsJC <jobinsjjc1492@protonmail.com> | 2021-11-23 12:48:23 +0900 |
commit | bf3c9f44882ef14b2f5c0cf7355f2377a208638e (patch) | |
tree | 190e20b7b8a1d9acfdc345e5a418123327af5486 /plugins/language_julia.lua | |
parent | 9ce8ec37d09f7d838ac033d382ed03564b11d5e2 (diff) | |
download | lite-xl-plugins-bf3c9f44882ef14b2f5c0cf7355f2377a208638e.tar.gz lite-xl-plugins-bf3c9f44882ef14b2f5c0cf7355f2377a208638e.zip |
Thanks Guldoman
Diffstat (limited to 'plugins/language_julia.lua')
-rw-r--r-- | plugins/language_julia.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/language_julia.lua b/plugins/language_julia.lua index c4e4e37..65bc1ce 100644 --- a/plugins/language_julia.lua +++ b/plugins/language_julia.lua @@ -1,10 +1,11 @@ -- mod-version:2 -- lite-xl 2.0 --- Support for the GDScript programming language: https://godotengine.org/ --- Covers the most used keywords up to Godot version 3.2.x +-- Support for the Julia programming language: +-- Covers the most used keywords up to Julia version 1.6.4 local syntax = require "core.syntax" syntax.add { + name = "Julia", files = { "%.jl$" }, comment = "#", patterns = { |