Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (24m)  pkgsrc-2024Q1 (10d)  pkgsrc-2023Q4 (57d)  pkgsrc-2023Q2 (90d)  pkgsrc-2023Q3 (169d) 

2024-05-28 11:26:44 UTC Now

2022-04-14 10:21:21 UTC MAIN commitmail json YAML

lua-mode: Update to 20210802

Changelog from https://github.com/immerrr/lua-mode/tags

v20210802
* performance optimizations for automatic indentation
  * lua-skip-ws-and-comments-forward, lua-skip-ws-and-comments-backward: add new
    functions
  * lua-comment-start-pos: make sure point inside comment starter "--" is
    considered inside comment
  * lua-funcname-at-point: refactor to avoid copying syntax table to improve
    performance
  * lua--signum: add backward compat helper
  * code cleanups & minor refactors

(nikita)