@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/code-textmate-grammars-and-syntax-token-scopes>
  a schema:TechArticle ;
  schema:headline "Code TextMate Grammars and Syntax Token Scopes" ;
  schema:url <https://anchorfact.org/computer-science/code-textmate-grammars-and-syntax-token-scopes/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.685" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/code-textmate-grammars-and-syntax-token-scopes>
  schema:citation <https://raw.githubusercontent.com/microsoft/vscode-docs/main/api/language-extensions/syntax-highlight-guide.md> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/code-textmate-grammars-and-syntax-token-scopes>
  schema:citation <https://raw.githubusercontent.com/microsoft/vscode-textmate/main/README.md> ;
  af:sourceTier "C" .