File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# #Nagelfar Plugin : modulefile-specific notices
22#
33# PLUGIN_MODULEFILE.tcl, Nagelfar plugin to lint modulefiles
4- # Copyright (C) 2022-2023 Xavier Delaruelle
4+ # Copyright (C) 2022-2025 Xavier Delaruelle
55#
66# This program is free software: you can redistribute it and/or modify
77# it under the terms of the GNU General Public License as published by
@@ -32,7 +32,7 @@ proc statementWords {words info} {
3232 deprecated and not implemented" ]
3333 }
3434 }
35- extensions - add-property - remove-property {
35+ extensions - remove-property {
3636 set res [list warning " Command \" [ lindex $words 0] \" is not\
3737 implemented" ]
3838 }
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ ModuleVariant
2525}
2626
2727lappend ::knownCommands {*}{
28+ add-property
2829always-load
2930append -path
3031chdir
@@ -73,7 +74,6 @@ unsetenv
7374variant
7475versioncmp
7576x-resource
76- add-property
7777extensions
7878remove-property
7979module-log
@@ -83,6 +83,7 @@ module-verbosity
8383}
8484
8585# syntax
86+ set ::syntax(add-property) 2
8687set ::syntax(always-load) {o* x x*}
8788set ::syntax(append-path) {o* x x x*}
8889set ::syntax(chdir) 1
@@ -202,7 +203,6 @@ set ::syntax(variant) {o* x x*}
202203set ::syntax(versioncmp) 2
203204set ::syntax(x-resource) 1
204205# not implemented commands
205- set ::syntax(add-property) 2
206206set ::syntax(remove-property) 2
207207set ::syntax(extensions) {x x*}
208208set {::syntax(module-info flags)} 0
You can’t perform that action at this time.
0 commit comments