We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb7386 commit fa5d1bcCopy full SHA for fa5d1bc
manifest.json
@@ -1591,7 +1591,7 @@
1591
"tags": [
1592
"language"
1593
],
1594
- "version": "0.2.4"
+ "version": "0.2.5"
1595
},
1596
{
1597
"description": "Syntax for ssh & sshd config files",
plugins/language_sh.lua
@@ -107,6 +107,7 @@ local sh_syntax = {
107
["printf"] = "keyword",
108
["read"] = "keyword",
109
["readarray"] = "keyword",
110
+ ["readonly"] = "keyword",
111
["pwd"] = "keyword",
112
["select"] = "keyword",
113
["set"] = "keyword",
0 commit comments