index
:
lite-xl
2.1-prep
Merged
PR/adjust-renwindow-docs
PR/clarify-stack-traces-for-require
PR/update-windows-server-image
PR/window-allocation
additional-userdir-envvar
animations-adjust
build/sdl3-force-falllback
console-based-lite-project
core/sdl-callback
cpath-changes
debug-font-rendering-clean
dependabot/github_actions/github-actions-c35c0c8c33
dmon-1
dmon-2.0.3
dmon-atomic-load-store
dmon-debug
dmon-integration
dmon-luajit-2.0.3
dmon-no-timeout-select
files-commands
fira-font
fix-2.0.1
fix-autoreload-large-files
fix-bug-removed-project
fix-configs-set-to-true
fix-dir-monitor-symlinks
fix-dmon-add-dir-asserts
fix-inotify-asserts
fix-inotify-problem
fix-invisible-node-click-intercept
fix-javascript-regexp-syntax
fix-network-volumes
fix-pgid-on-deatch
fix-remove-view-context
fix-treeview-dircache
fix-win32-process-arguments
font-jetbrainsmono
ime-text-editing
improve-lcd-weights
incremental-folder-scan
link-remove-unused-function
master
master-2.0
master-2.0.4
master-2.1
master-luajit-2.0
master-luajit21-2.0
mem-leak-debug
merge-master-2.0
notebook-view
path-ignore-files
platform-requires
popen-light
port-build-lhelper-2
project-based-2
project-based-3
project-based-4
project-based-4-wip-changes
release/v2.1.x
rencache-texture
repl
revert-853-process-api
scroll_size_update_once_2
simplifying-main
soft-line-wrap-2.0
start-file-in-place
testing-detect-indent-changes
treeview-fix
use-tabs-margin
use-tabs-margin-2.0
use-tabs-margin-luajit-2.0
using-luajit
using-luajit-2
using-luajit-2.0.3
using-luajit-3
vim-mode
voronianski-color-schemes
workspace-fixes
zlog-dmon-logging
A lightweight text editor written in Lua
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
/
core
/
syntax.lua
Age
Commit message (
Expand
)
Author
2025-03-15
syntax: warn against malformed patterns and disable them (#2029)
Takase
2023-11-30
Expose plaintext syntax (#1652)
Guldoman
2023-07-03
Skip checking `files` if no filename was provided to `syntax.get`
Guldoman
2023-06-09
Revert "core syntax: strip the path from filename on syntax.get (#1168)" (#1322)
Guldoman
2022-10-22
core syntax: strip the path from filename on syntax.get (#1168)
Jefferson González
2022-10-12
Use the syntax with the longest match (#919)
Guldoman
2022-03-29
syntax: remove pattern re-ordering on optimization
jgmdev
2022-03-28
syntax: fix conflicts introduced with #896
jgmdev
2022-03-25
syntax: add pattern to boost tokenizer performance (#896)
Jefferson González
2021-12-02
Add name to plain text fallback syntax
Guldoman
2021-10-25
Use `header` to get syntax only when provided
Guldoman
2020-06-08
Added file-header pattern support to `syntax`
rxi
2020-05-07
Renamed `common.matches_pattern` => `common.match_pattern`
rxi
2020-05-07
Moved `matches_pattern` from `syntax` to `common`
rxi
2020-03-07
Moved .c, .lua and .md language syntaxes from core.syntax to plugins
rxi
2020-03-07
Added `union`, `short` and `long` keywords to .c syntax
rxi
2020-01-25
Added missing `volatile` keyword to C syntax
rxi
2019-12-28
Initial commit
rxi