We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db9b555 commit ee8ff8bCopy full SHA for ee8ff8b
docs/src/content/docs/tools/vscode/quick-fixes.mdx
@@ -75,7 +75,7 @@ The following IslandSQL parser rules are considered:
75
- [funcDeclInType](https://islandsql.github.io/IslandSQL/grammar.html#funcDeclInType)
76
- [procDeclInType](https://islandsql.github.io/IslandSQL/grammar.html#procDeclInType)
77
78
-The scope is the whole file if the dbLinter marker comment is placed before the first visible IslandSQL parser token.
+If the dbLinter marker comment is placed before the first token recognised by the IslandSQL parser, the scope is the whole file.
79
80
### Examples
81
0 commit comments