diff options
| -rw-r--r-- | lockfile.json | 2 | ||||
| -rw-r--r-- | queries/hcl/highlights.scm | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lockfile.json b/lockfile.json index 91faccbb1..ccb840f7b 100644 --- a/lockfile.json +++ b/lockfile.json @@ -78,7 +78,7 @@ "revision": "a0c1adb59e390f7d839a146c57fdb33d36ed97e6" }, "hcl": { - "revision": "0e7d8ddb4b1e64984234f1079156bceaec9f99cf" + "revision": "30e9f3eae8ec798f6540b05e3b4bb6c6e1313156" }, "html": { "revision": "d93af487cc75120c89257195e6be46c999c6ba18" diff --git a/queries/hcl/highlights.scm b/queries/hcl/highlights.scm index b53faf040..8ba0b22cf 100644 --- a/queries/hcl/highlights.scm +++ b/queries/hcl/highlights.scm @@ -71,10 +71,10 @@ (bool_lit) @boolean (null_lit) @constant (comment) @comment -(identifier) @symbol +(identifier) @variable (block (identifier) @type) (function_call (identifier) @function) -(attribute (identifier) @keyword) +(attribute (identifier) @field) (ERROR) @error |
