Skip to content

Commit

Permalink
Change scopes of builtin variables
Browse files Browse the repository at this point in the history
These should more accurately reflect their nature.
  • Loading branch information
tristan957 committed Oct 23, 2023
1 parent d888756 commit 7d75e4a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions syntaxes/meson.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
"name": "Meson",
"scopeName": "source.meson",
"author": "Patrick Griffis",
"fileTypes": [
"meson.build",
"meson_options.txt",
"meson.options"
],
"fileTypes": ["meson.build", "meson_options.txt", "meson.options"],
"uuid": "b3713e1e-4289-4e0c-88af-79e8876e5adb",
"patterns": [
{
Expand Down Expand Up @@ -42,7 +38,7 @@
},
{
"match": "\\b(build_machine|host_machine|meson|target_machine)\\b",
"name": "support.variable.meson"
"name": "support.constant.meson variable.language.meson"
},
{
"match": "\\b([\\w_]+)\\s*(?=:)",
Expand Down

0 comments on commit 7d75e4a

Please sign in to comment.